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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豎ッ?讌訷ァ | 111001101011000110101111001111111110011010100101111110111010010010100111 | e6b1af3fe6a5fba4a7 |
EUC-JP | 豎ッ誟讌訷ァ | 1110110010110011100011101010111110001111110111011111100111101100101001111000111111011101110101001000111010100111 | ecb38eaf8fddf9eca78fddd48ea7 |
UTF-8 | 豎ッ誟讌訷ァ | 111010001011000110001110111011111011110110101111111010001010101010011111111010001010111010001100111010001010100010110111111011111011110110100111 | e8b18eefbdafe8aa9fe8ae8ce8a8b7efbda7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)