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 | 藥??逸?? | 1110010101011010001111110011111110001000111011010011111100111111 | e55a3f3f88ed3f3f |
EUC-JP | 藥??逸?? | 1110100110111011001111110011111110110000111011110011111100111111 | e9bb3f3fb0ef3f3f |
UTF-8 | 藥띲끏逸썹독 | 111010001001011110100101111010111001110110110010111010111000000110001111111010011000000010111000111011001000110110111001111010111000111110000101 | e897a5eb9db2eb818fe980b8ec8db9eb8f85 |
UHC | 藥띲끏逸썹독 | 111001011011011110001101111000111000010110111111111011001110111110111101111001111011010110110110 | e5b78de385bfecefbde7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)