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 | 竟ト鈊韵 | 11101000111011011100010011111011110000111110100011101111 | e8edc4fbc3e8ef |
EUC-JP | 竟ト鈊韵 | 111100001110111110001110110001001000111111100011101111111111000011110001 | f0ef8ec48fe3bff0f1 |
UTF-8 | 竟ト鈊韵 | 111001111010101110011111111011111011111010000100111010011000100010001010111010011001111110110101 | e7ab9fefbe84e9888ae99fb5 |
UHC | 竟??? | 1100110011100101001111110011111100111111 | cce53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)