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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邂帝ョョ | 111001111010111010010010111010011010111010101110 | e7ae92e9aeae |
EUC-JP | 邂帝ョョ | 1110111010110000110001001110101110001110101011101000111010101110 | eeb0c4eb8eae8eae |
UTF-8 | 邂帝ョョ | 111010011000001010000010111001011011100010011101111011111011110110101110111011111011110110101110 | e98282e5b89defbdaeefbdae |
UHC | 邂帝?? | 111110101011001111110000101010000011111100111111 | fab3f0a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)