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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 伍??淫 | 100011001101111000111111001111111000100011111010 | 8cde3f3f88fa |
EUC-JP | 伍??淫 | 101110001110000000111111001111111011000011111100 | b8e03f3fb0fc |
UTF-8 | 伍뱄퐦淫 | 111001001011110010001101111010111011000110000100111011011001000010100110111001101011011110101011 | e4bc8debb184ed90a6e6b7ab |
UHC | 伍뱄퐦淫 | 1110011111101010101110011110111110111101100011111110101111100010 | e7eab9efbd8febe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)