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 | ???游θぜ | 001111110011111100111111100111111110000010000011110001101000001010111010 | 3f3f3f9fe083c682ba |
EUC-JP | ???游θぜ | 001111110011111100111111110111101110001010100110110010001010010010111100 | 3f3f3fdee2a6c8a4bc |
UTF-8 | 嶺뚮뿭游θぜ | 1110111110100110101010111110101110011010101011101110101110111111101011011110011010111000101110001100111010111000111000111000000110011100 | efa6abeb9aaeebbfade6b8b8ceb8e3819c |
UHC | 嶺뚮뿭游θぜ | 111001111010110110001100111010111001011110101101111010101111110110100101111010001010101010111100 | e7ad8ceb97adeafda5e8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)