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 | ?爛託 | 0011111111100000101000111001000111110101 | 3fe0a391f5 |
EUC-JP | ?爛託 | 0011111111100000101001011100001011110111 | 3fe0a5c2f7 |
UTF-8 | 룿爛託 | 111010111010001110111111111001111000100010011011111010001010100010010111 | eba3bfe7889be8a897 |
UHC | 룿爛託 | 100011111011000011010101101101001111011011111110 | 8fb0d5b4f6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)