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 | 淹?? | 10011111101110010011111100111111 | 9fb93f3f |
EUC-JP | 淹?? | 11011110101110110011111100111111 | debb3f3f |
UTF-8 | 淹쒎ㅁ | 111001101011011110111001111011001001001010001110111000111000010110000001 | e6b7b9ec928ee38581 |
UHC | 淹쒎ㅁ | 111001011111010010011100111001011010010010110001 | e5f49ce5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)