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 | 獺唏鞦鱆 | 1110000011011010100110100100100011101000111000011110100111100001 | e0da9a48e8e1e9e1 |
EUC-JP | 獺唏鞦鱆 | 1110000011011100110100111010100111110000111000111111001011100011 | e0dcd3a9f0e3f2e3 |
UTF-8 | 獺唏鞦鱆 | 111001111000110110111010111001011001010010001111111010011001111010100110111010011011000110000110 | e78dbae5948fe99ea6e9b186 |
UHC | 獺??? | 1101001110110111001111110011111100111111 | d3b73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)