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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?蛟??串 | 00111111111001011000000000111111001111111000101111111000 | 3fe5803f3f8bf8 |
EUC-JP | ?蛟??串 | 00111111111010011110000000111111001111111011011011111010 | 3fe9e03f3fb6fa |
UTF-8 | 炡蛟렰당串 | 111001111000001010100001111010001001101110011111111010111010000010110000111010111000101110111001111001001011100010110010 | e782a1e89b9feba0b0eb8bb9e4b8b2 |
UHC | 炡蛟렰당串 | 11101111111010001100111011110001100011101011110110110100111001111100110111111010 | efe8cef18ebdb4e7cdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)