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 | 顆ャ鄂キヘ | 11101000111101111010110011100111101111011011011111001101 | e8f7ace7bdb7cd |
EUC-JP | 顆ャ鄂キヘ | 11110000111110011000111010101100111011101011111110001110101101111000111011001101 | f0f98eaceebf8eb78ecd |
UTF-8 | 顆ャ鄂キヘ | 111010011010000110000110111011111011110110101100111010011000010010000010111011111011110110110111111011111011111010001101 | e9a186efbdace98482efbdb7efbe8d |
UHC | 顆?鄂?? | 11001110101010000011111111100100110001110011111100111111 | cea83fe4c73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)