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 | 淸セ骼ォ室 | 1111101101000011101111101110100110001110101010111000111010111010 | fb43bee98eab8eba |
EUC-JP | ?セ骼ォ室 | 001111111000111010111110111100011110111010001110101010111011110010111100 | 3f8ebef1ee8eabbcbc |
UTF-8 | 淸セ骼ォ室 | 111001101011011110111000111011111011110110111110111010011010101010111100111011111011110110101011111001011010111010100100 | e6b7b8efbdbee9aabcefbdabe5aea4 |
UHC | 淸???室 | 11110100111010000011111100111111001111111110001111111000 | f4e83f3f3fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)