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 | 稈豎稙躊 | 1110001001100010111001101011000111100010011001011110011101010011 | e262e6b1e265e753 |
EUC-JP | 稈豎稙躊 | 1110001111000011111011001011001111100011110001101110110110110100 | e3c3ecb3e3c6edb4 |
UTF-8 | 稈豎稙躊 | 111001111010100010001000111010001011000110001110111001111010100010011001111010001011101010001010 | e7a888e8b18ee7a899e8ba8a |
UHC | 稈?稙躊 | 11001010110110010011111111110010110000101111000111001100 | cad93ff2c2f1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)