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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ゙「」鬯ァ | 110111101010001010100011111010011010110010100111 | dea2a3e9aca7 |
EUC-JP | ゙「」鬯ァ | 10001110110111101000111010100010100011101010001111110010101011101000111010100111 | 8ede8ea28ea3f2ae8ea7 |
UTF-8 | ゙「」鬯ァ | 111011111011111010011110111011111011110110100010111011111011110110100011111010011010110010101111111011111011110110100111 | efbe9eefbda2efbda3e9acafefbda7 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)