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 | èÄîõïÙ | 111010001100010011101110111101011110111111011001 | e8c4eef5efd9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èÄîõïÙ | 100011111010101110110010100011111010101010100011100011111010101111000010100011111010101111011000100011111010101111000001100011111010101011100011 | 8fabb28faaa38fabc28fabd88fabc18faae3 |
UTF-8 | èÄîõïÙ | 110000111010100011000011100001001100001110101110110000111011010111000011101011111100001110011001 | c3a8c384c3aec3b5c3afc399 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)