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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????▽?? | 0011111100111111001111110011111110000001101001000011111100111111 | 3f3f3f3f81a43f3f |
EUC-JP | ????▽?? | 0011111100111111001111110011111110100010101001100011111100111111 | 3f3f3f3fa2a63f3f |
UTF-8 | 嶺뚮뿪璘▽틠理 | 111011111010011010101011111010111001101010101110111010111011111110101010111011111010011110101111111000101001011010111101111011011000101110100000111011111010011110100100 | efa6abeb9aaeebbfaaefa7afe296bded8ba0efa7a4 |
UHC | 嶺뚮뿪璘▽틠理 | 1110011110101101100011001110101110010111101010101110110011011110101000011110010010111010100011001110110010110101 | e7ad8ceb97aaecdea1e4ba8cecb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)