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 | 紳??庵 | 100100000110000100111111001111111000100011000001 | 90613f3f88c1 |
EUC-JP | 紳??庵 | 101111111100001000111111001111111011000011000011 | bfc23f3fb0c3 |
UTF-8 | 紳딇뢚庵 | 111001111011010010110011111010111001010010000111111010111010001010011010111001011011101010110101 | e7b4b3eb9487eba29ae5bab5 |
UHC | 紳딇뢚庵 | 1110001111101011100010101110110110001111010101011110010011011101 | e3eb8aed8f55e4dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)