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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?ル?濡?? | 0011111110000011100010110011111110010100010001110011111100111111 | 3f838b3f94473f3f |
EUC-JP | 邕ル?濡?? | 10001111111000011110110110100101111010110011111111000111101010000011111100111111 | 8fe1eda5eb3fc7a83f3f |
UTF-8 | 邕ル졅濡귟뺀 | 111010011000001010010101111000111000001110101011111011001010000110000101111001101011111110100001111010101011011110011111111010111011101010000000 | e98295e383abeca185e6bfa1eab79febba80 |
UHC | 邕ル졅濡귟뺀 | 111010001011101110101011111010111010000010110110111010111010000110000010111010001011101110101011 | e8bbabeba0b6eba182e8bbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)