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 | 汀?燼 | 1001001011110011001111111110000010011110 | 92f33fe09e |
EUC-JP | 汀?燼 | 1100010011110101001111111101111111111110 | c4f53fdffe |
UTF-8 | 汀렗燼 | 111001101011000110000000111010111010000010010111111001111000011110111100 | e6b180eba097e787bc |
UHC | 汀렗燼 | 111011111110001010001110101011001110001111101000 | efe28eace3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)