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 | 韭溯エ崎 | 11101000111010101001111111101000101101001000110111101000 | e8ea9fe8b48de8 |
EUC-JP | 韭溯エ崎 | 1111000011101100110111101110101010001110101101001011101011101010 | f0ecdeea8eb4baea |
UTF-8 | 韭溯エ崎 | 111010011001111110101101111001101011101010101111111011111011110110110100111001011011010010001110 | e99fade6baafefbdb4e5b48e |
UHC | ?溯?崎 | 001111111110000110111101001111111101000011111000 | 3fe1bd3fd0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)