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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 箋??P | 1110001010110011001111110011111101010000 | e2b33f3f50 |
EUC-JP | 箋??P | 1110010010110101001111110011111101010000 | e4b53f3f50 |
UTF-8 | 箋됰젒P | 11100111101011101000101111101011100100001011000011101100101000001001001001010000 | e7ae8beb90b0eca09250 |
UHC | 箋됰젒P | 11101111101010001000100111101011101000001001000101010000 | efa889eba09150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)