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 | 奝滉貅 | 111110101010001010011111111001001110011010111010 | faa29fe4e6ba |
EUC-JP | 奝滉貅 | 10001111101110001111100011011110111001101110110010111100 | 8fb8f8dee6ecbc |
UTF-8 | 奝滉貅 | 111001011010010110011101111001101011101110001001111010001011001010000101 | e5a59de6bb89e8b285 |
UHC | ?滉? | 00111111111111001101000100111111 | 3ffcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)