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 | ??^?? | 0011111100111111010111100011111100111111 | 3f3f5e3f3f |
SJIS-WIN | テ。^テ顛 | 110000111010000101011110110000111001001101011110 | c3a15ec3935e |
EUC-JP | テ。^テ顛 | 100011101100001110001110101000010101111010001110110000111100010110111111 | 8ec38ea15e8ec3c5bf |
UTF-8 | テ。^テ顛 | 11101111101111101000001111101111101111011010000101011110111011111011111010000011111010011010000110011011 | efbe83efbda15eefbe83e9a19b |
UHC | ??^?? | 0011111100111111010111100011111100111111 | 3f3f5e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)