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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邨ろ搆 | 111001111011010110000010111010111001110110001100 | e7b582eb9d8c |
EUC-JP | 邨ろ搆 | 111011101011011110100100111011011101100111101100 | eeb7a4edd9ec |
UTF-8 | 邨ろ搆 | 111010011000001010101000111000111000001010001101111001101001000010000110 | e982a8e3828de69086 |
UHC | 邨ろ? | 1111010110111110101010101110110100111111 | f5beaaed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)