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 | 筌????? | 11100010101000110011111100111111001111110011111100111111 | e2a33f3f3f3f3f |
EUC-JP | 筌????ł | 111001001010010100111111001111110011111100111111100011111010100111001000 | e4a53f3f3f3f8fa9c8 |
UTF-8 | 筌뚮갊類숂ł | 1110011110101101100011001110101110011010101011101110101010110000100010101110111110100111100100001110110010001000100000101100010110000010 | e7ad8ceb9aaeeab08aefa790ec8882c582 |
UHC | 筌뚮갊類숂ł | 111011111010011110001100111010111011000010100111111010111011101010011001111001111010100110101001 | efa78cebb0a7ebba99e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)