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 | 茫峨ぅ萬 | 1110010010101001100010011110001110000010101000111110010011011101 | e4a989e382a3e4dd |
EUC-JP | 茫峨ぅ萬 | 1110100010101011101100101110010110100100101001011110100011011111 | e8abb2e5a4a5e8df |
UTF-8 | 茫峨ぅ萬 | 111010001000110010101011111001011011001110101000111000111000000110000101111010001001000010101100 | e88cabe5b3a8e38185e890ac |
UHC | 茫峨ぅ萬 | 1101100011010100111001001011000110101010101001011101100010111111 | d8d4e4b1aaa5d8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)