To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
EUC-JP | 饔?W}饔?W{^ | 10001111111010001110111100111111010101110111110110001111111010001110111100111111010101110111101101011110 | 8fe8ef3f577d8fe8ef3f577b5e |
UTF-8 | 饔즢W}饔즢W{^ | 1110100110100101100101001110110010100110101000100101011101111101111010011010010110010100111011001010011010100010010101110111101101011110 | e9a594eca6a2577de9a594eca6a2577b5e |
UHC | 饔즢W}饔즢W{^ | 11101000101111011010001101101110010101110111110111101000101111011010001101101110010101110111101101011110 | e8bda36e577de8bda36e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)