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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???蘂 | 0011111100111111001111111110010101000001 | 3f3f3fe541 |
EUC-JP | ???蘂 | 0011111100111111001111111110100110100010 | 3f3f3fe9a2 |
UTF-8 | 凉띸눔蘂 | 111011111010010110111001111010111001110110111000111010111000100010010100111010001001100010000010 | efa5b9eb9db8eb8894e89882 |
UHC | 凉띸눔蘂 | 1110010110111100100011011110011110110100101011101110011111011110 | e5bc8de7b4aee7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)