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 | ???}???| | 0011111100111111001111110111110100111111001111110011111101111100 | 3f3f3f7d3f3f3f7c |
SJIS-WIN | ???}???| | 0011111100111111001111110111110100111111001111110011111101111100 | 3f3f3f7d3f3f3f7c |
EUC-JP | ???}???| | 0011111100111111001111110111110100111111001111110011111101111100 | 3f3f3f7d3f3f3f7c |
UTF-8 | 溜삳젇}溜삳젇| | 1110111110100111100010111110110010000010101100111110110010100000100001110111110111101111101001111000101111101100100000101011001111101100101000001000011101111100 | efa78bec82b3eca0877defa78bec82b3eca0877c |
UHC | 溜삳젇}溜삳젇| | 1110101011111110101110111110101110100000100010100111110111101010111111101011101111101011101000001000101001111100 | eafebbeba08a7deafebbeba08a7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)