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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???橈?? | 00111111001111110011111110011110111101000011111100111111 | 3f3f3f9ef43f3f |
EUC-JP | 縕??橈?? | 100011111101010011000010001111110011111111011100111101100011111100111111 | 8fd4c23f3fdcf63f3f |
UTF-8 | 縕귨쉥橈녶쬆 | 111001111011100010010101111010101011011110101000111011001000100110100101111001101010100110001000111010111000010110110110111011001010110010000110 | e7b895eab7a8ec89a5e6a988eb85b6ecac86 |
UHC | 縕귨쉥橈녶쬆 | 111010001011001010000010111011111011110110101011111010001111101010000110111001011010011010011101 | e8b282efbdabe8fa86e5a69d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)