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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???臆??B | 0011111100111111001111111000100110110000001111110011111101000010 | 3f3f3f89b03f3f42 |
EUC-JP | ???臆??B | 0011111100111111001111111011001010110010001111110011111101000010 | 3f3f3fb2b23f3f42 |
UTF-8 | 蓼용젣臆띕젺B | 11101111101001111000001011101100100110101010100111101100101000001010001111101000100001111000011011101011100111011001010111101100101000001011101001000010 | efa782ec9aa9eca0a3e88786eb9d95eca0ba42 |
UHC | 蓼용젣臆띕젺B | 11101001101001111011111111101011101000001001110011100101111001101011011011101011101000001010110101000010 | e9a7bfeba09ce5e6b6eba0ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)