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 | ?鰻騏?鰻 | 0011111110001001010101101110100101110101001111111000100101010110 | 3f8956e9753f8956 |
EUC-JP | ?鰻騏?鰻 | 0011111110110001101101111111000111010110001111111011000110110111 | 3fb1b7f1d63fb1b7 |
UTF-8 | 렺鰻騏렺鰻 | 111010111010000010111010111010011011000010111011111010011010100010001111111010111010000010111010111010011011000010111011 | eba0bae9b0bbe9a88feba0bae9b0bb |
UHC | 렺鰻騏렺鰻 | 10001110110000101101100011000100110100011100100110001110110000101101100011000100 | 8ec2d8c4d1c98ec2d8c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)