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 | 瓦??齬?? | 1000101010100010001111110011111111101010100101110011111100111111 | 8aa23f3fea973f3f |
EUC-JP | 瓦??齬?? | 1011010010100100001111110011111111110011111101110011111100111111 | b4a43f3ff3f73f3f |
UTF-8 | 瓦닺궟齬볢엷 | 111001111001001110100110111010111000101110111010111010101011011010011111111010011011110110101100111010111011001110100010111011001001011110110111 | e793a6eb8bbaeab69fe9bdacebb3a2ec97b7 |
UHC | 瓦닺궟齬볢엷 | 111010001011111110110100111010001000001010110010111001011110000110010011111010001011111110101111 | e8bfb4e882b2e5e193e8bfaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)