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 | 蜈ゅ?蹶 | 11100101100001011000001011100011001111111110011101001011 | e58582e33fe74b |
EUC-JP | 蜈ゅ?蹶 | 11101001111001011010010011100101001111111110110110101100 | e9e5a4e53fedac |
UTF-8 | 蜈ゅ뎷蹶 | 111010001001110010001000111000111000001010000101111010111000111010110111111010001011100110110110 | e89c88e38285eb8eb7e8b9b6 |
UHC | 蜈ゅ뎷蹶 | 1110100010100101101010101110010110001001100010101100111111110011 | e8a5aae5898acff3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)