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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???詣?? | 00111111001111110011111110001100011101110011111100111111 | 3f3f3f8c773f3f |
EUC-JP | 倻??詣?? | 100011111011000111110110001111110011111110110111110110000011111100111111 | 8fb1f63f3fb7d83f3f |
UTF-8 | 倻ㅸ나詣앮꼇 | 111001011000000010111011111000111000010110111000111010111000001010011000111010001010100110100011111011001001010110101110111010101011110010000111 | e580bbe385b8eb8298e8a9a3ec95aeeabc87 |
UHC | 倻ㅸ나詣앮꼇 | 111001011010011010100100111010001011001110101010111001111110000110011101111001101011001010111011 | e5a6a4e8b3aae7e19de6b2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)