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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 訒樶哀h訒 | 111110111010001110011110111011101000100010100011011010001111101110100011 | fba39eee88a368fba3 |
EUC-JP | 訒樶哀h訒 | 1000111111011101110010001101110011110000101100001010010101101000100011111101110111001000 | 8fddc8dcf0b0a5688fddc8 |
UTF-8 | 訒樶哀h訒 | 11101000101010001001001011100110101010001011011011100101100100111000000001101000111010001010100010010010 | e8a892e6a8b6e5938068e8a892 |
UHC | ??哀h? | 001111110011111111100100111011100110100000111111 | 3f3fe4ee683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)