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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 箒遵就Y | 11100010101101001000111110000101100011110100000101011001 | e2b48f858f4159 |
EUC-JP | 箒遵就Y | 11100100101101101011110111100101101111011010001001011001 | e4b6bde5bda259 |
UTF-8 | 箒遵就Y | 11100111101011101001001011101001100000011011010111100101101100001011000101011001 | e7ae92e981b5e5b0b159 |
UHC | ?遵就Y | 001111111111000111100101111101101010011001011001 | 3ff1e5f6a659 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)