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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 紆?證?腸 | 1110001011111100001111111110011010011010001111111001001010110000 | e2fc3fe69a3f92b0 |
EUC-JP | 紆?證?腸 | 1110010011111110001111111110101111111010001111111100010010110010 | e4fe3febfa3fc4b2 |
UTF-8 | 紆렡證렖腸 | 111001111011010010000110111010111010000010100001111010001010110110001001111010111010000010010110111010001000010110111000 | e7b486eba0a1e8ad89eba096e885b8 |
UHC | 紆렡證렖腸 | 11101001111000011000111010110010111100011111101110001110101010111110110111110011 | e9e18eb2f1fb8eabedf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)