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 | 藪?藪? | 111001010100110100111111111001010100110100111111 | e54d3fe54d3f |
EUC-JP | 藪?藪? | 111010011010111000111111111010011010111000111111 | e9ae3fe9ae3f |
UTF-8 | 藪붻藪붻 | 111010001001011110101010111010111011011010111011111010001001011110101010111010111011011010111011 | e897aaebb6bbe897aaebb6bb |
UHC | 藪붻藪붻 | 1110001010111111100101001110100011100010101111111001010011101000 | e2bf94e8e2bf94e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)