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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邂狗埃 | 111001111010111010001011111001111001101010111010 | e7ae8be79aba |
EUC-JP | 邂狗埃 | 111011101011000010110110111010011101010010111100 | eeb0b6e9d4bc |
UTF-8 | 邂狗埃 | 111010011000001010000010111001111000101110010111111001011001111110000011 | e98282e78b97e59f83 |
UHC | 邂狗埃 | 111110101011001111001111101101111110010011101111 | fab3cfb7e4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)