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 | 逎埼┣裝 | 1110011110100011100011011110100110000100101100001110010111100100 | e7a38de984b0e5e4 |
EUC-JP | 逎埼┣裝 | 1110111010100101101110101110101110101000101100101110101011100110 | eea5baeba8b2eae6 |
UTF-8 | 逎埼┣裝 | 111010011000000010001110111001011001111110111100111000101001010010100011111010001010001110011101 | e9808ee59fbce294a3e8a39d |
UHC | ?埼┣裝 | 00111111110100001111001010100110101100101110110111111011 | 3fd0f2a6b2edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)