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 | 筌??爾? | 11100010101000110011111100111111100011101010001000111111 | e2a33f3f8ea23f |
EUC-JP | 筌??爾? | 11100100101001010011111100111111101111001010010000111111 | e4a53f3fbca43f |
UTF-8 | 筌륁슜爾욪 | 111001111010110110001100111010111010010110000001111011001000101010011100111001111000100010111110111011001001101010101010 | e7ad8ceba581ec8a9ce788beec9aaa |
UHC | 筌륁슜爾욪 | 11101111101001111000111111101100100110101010100111101100101100111001111101000010 | efa78fec9aa9ecb39f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)