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 | ?箝?鰻 | 001111111110001010101101001111111000100101010110 | 3fe2ad3f8956 |
EUC-JP | ?箝?鰻 | 001111111110010010101111001111111011000110110111 | 3fe4af3fb1b7 |
UTF-8 | 렺箝걜鰻 | 111010111010000010111010111001111010111010011101111010101011000110011100111010011011000010111011 | eba0bae7ae9deab19ce9b0bb |
UHC | 렺箝걜鰻 | 1000111011000010110011001100010010110000110001001101100011000100 | 8ec2ccc4b0c4d8c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)