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 | 除?? | 10001111100111000011111100111111 | 8f9c3f3f |
EUC-JP | 除?? | 10111101111111000011111100111111 | bdfc3f3f |
UTF-8 | 除겼샌 | 111010011001100110100100111010101011001010111100111011001000001110001100 | e999a4eab2bcec838c |
UHC | 除겼샌 | 111100001011011010110000111001011011101111110111 | f0b6b0e5bbf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)