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 | 茫ワ舟萬 | 1110010010101001100000111000111110001111010011011110010011011101 | e4a9838f8f4de4dd |
EUC-JP | 茫ワ舟萬 | 1110100010101011101001011110111110111101101011101110100011011111 | e8aba5efbdaee8df |
UTF-8 | 茫ワ舟萬 | 111010001000110010101011111000111000001110101111111010001000100010011111111010001001000010101100 | e88cabe383afe8889fe890ac |
UHC | 茫ワ舟萬 | 1101100011010100101010111110111111110001110001111101100010111111 | d8d4abeff1c7d8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)