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 | ?壹?s | 001111111001101011100011001111111000001010010011 | 3f9ae33f8293 |
EUC-JP | ?壹?s | 001111111101010011100101001111111010001111110011 | 3fd4e53fa3f3 |
UTF-8 | 뤻壹댜s | 111010111010010010111011111001011010001110111001111010111000110010011100111011111011110110010011 | eba4bbe5a3b9eb8c9cefbd93 |
UHC | 뤻壹댜s | 1000111111101001111011001110110010110100111101001010001111110011 | 8fe9ececb4f4a3f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)