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 | ??暲 | 00111111001111111111101011011100 | 3f3ffadc |
EUC-JP | 勖?暲 | 10001111101100111110110100111111100011111100001011011011 | 8fb3ed3f8fc2db |
UTF-8 | 勖렠暲 | 111001011000101110010110111010111010000010100000111001101001101010110010 | e58b96eba0a0e69ab2 |
UHC | 勖렠暲 | 111010011110110110001110101100011110110111100111 | e9ed8eb1ede7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)