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 | 汁??鞨?? | 1000111101100000001111110011111111101000111000000011111100111111 | 8f603f3fe8e03f3f |
EUC-JP | 汁??鞨?? | 1011110111000001001111110011111111110000111000100011111100111111 | bdc13f3ff0e23f3f |
UTF-8 | 汁흙렒鞨렏렡 | 111001101011000110000001111011011001110110011001111010111010000010010010111010011001111010101000111010111010000010001111111010111010000010100001 | e6b181ed9d99eba092e99ea8eba08feba0a1 |
UHC | 汁흙렒鞨렏렡 | 111100011111000011001000111010111000111010100111110010101110101010001110101001011000111010110010 | f1f0c8eb8ea7caea8ea58eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)