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 | ?使??∴ | 00111111100011100110011100111111001111111000000110001000 | 3f8e673f3f8188 |
EUC-JP | ?使??∴ | 00111111101110111100100000111111001111111010000111101000 | 3fbbc83f3fa1e8 |
UTF-8 | 렻使렰렺∴ | 111010111010000010111011111001001011110110111111111010111010000010110000111010111010000010111010111000101000100010110100 | eba0bbe4bdbfeba0b0eba0bae288b4 |
UHC | 렻使렰렺∴ | 10001110110000111101111011000101100011101011110110001110110000101010000111000101 | 8ec3dec58ebd8ec2a1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)