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 | 鞜擾スュ頡セ | 111010001101111110001111111011111011110110101101111010001111010010111110 | e8df8fefbdade8f4be |
EUC-JP | 鞜擾スュ頡セ | 111100001110000110111110111100011000111010111101100011101010110111110000111101101000111010111110 | f0e1bef18ebd8eadf0f68ebe |
UTF-8 | 鞜擾スュ頡セ | 111010011001111010011100111001101001001110111110111011111011110110111101111011111011110110101101111010011010000010100001111011111011110110111110 | e99e9ce693beefbdbdefbdade9a0a1efbdbe |
UHC | ?擾???? | 00111111111010001111011000111111001111110011111100111111 | 3fe8f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)