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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 剰尞竟 | 100011111110100011111010101010111110100011101101 | 8fe8faabe8ed |
EUC-JP | 剰尞竟 | 10111110111010101000111110111010111010111111000011101111 | beea8fbaebf0ef |
UTF-8 | 剰尞竟 | 111001011000100110110000111001011011000010011110111001111010101110011111 | e589b0e5b09ee7ab9f |
UHC | ??竟 | 00111111001111111100110011100101 | 3f3fcce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)