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 | ?鰻箝鰻甲 | 001111111000100101010110111000101010110110001001010101101000110101100010 | 3f8956e2ad89568d62 |
EUC-JP | ?鰻箝鰻甲 | 001111111011000110110111111001001010111110110001101101111011100111000011 | 3fb1b7e4afb1b7b9c3 |
UTF-8 | 렺鰻箝鰻甲 | 111010111010000010111010111010011011000010111011111001111010111010011101111010011011000010111011111001111001010010110010 | eba0bae9b0bbe7ae9de9b0bbe794b2 |
UHC | 렺鰻箝鰻甲 | 10001110110000101101100011000100110011001100010011011000110001001100101110100011 | 8ec2d8c4ccc4d8c4cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)