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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 佇?? | 10011000110010000011111100111111 | 98c83f3f |
EUC-JP | 佇?? | 11010000110010100011111100111111 | d0ca3f3f |
UTF-8 | 佇ㅸ렠 | 111001001011110110000111111000111000010110111000111010111010000010100000 | e4bd87e385b8eba0a0 |
UHC | 佇ㅸ렠 | 111011101011011110100100111010001000111010110001 | eeb7a4e88eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)