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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 闕オ蛟醍ォコ^ | 11101000100011011011010111100101100000001001000111100111101010111011101001011110 | e88db5e58091e7abba5e |
EUC-JP | 闕オ蛟醍ォコ^ | 11101111111011011000111010110101111010011110000011000010111010011000111010101011100011101011101001011110 | efed8eb5e9e0c2e98eab8eba5e |
UTF-8 | 闕オ蛟醍ォコ^ | 11101001100101111001010111101111101111011011010111101000100110111001111111101001100001101000110111101111101111011010101111101111101111011011101001011110 | e99795efbdb5e89b9fe9868defbdabefbdba5e |
UHC | 闕?蛟醍??^ | 11001111111101000011111111001110111100011111000010110101001111110011111101011110 | cff43fcef1f0b53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)