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 | 瓮??節х? | 111000010100010000111111001111111001000011011111100001001000011100111111 | e1443f3f90df84873f |
EUC-JP | 瓮??節х? | 111000011010010100111111001111111100000011100001101001111110011100111111 | e1a53f3fc0e1a7e73f |
UTF-8 | 瓮욕즺節х걀 | 1110011110010011101011101110110010011010100101011110110010100110101110101110011110101111100000001101000110000101111010101011000110000000 | e793aeec9a95eca6bae7af80d185eab180 |
UHC | 瓮욕즺節х걀 | 111010001011011110111111111001011010001110001100111011111011110110101100111001111011000010111111 | e8b7bfe5a38cefbdace7b0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)