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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 日?樟?{d | 1001001111111010001111111000111110111110001111110111101101100100 | 93fa3f8fbe3f7b64 |
EUC-JP | 日?樟?{d | 1100011011111100001111111011111011000000001111110111101101100100 | c6fc3fbec03f7b64 |
UTF-8 | 日렮樟렱{d | 1110011010010111101001011110101110100000101011101110011010101000100111111110101110100000101100010111101101100100 | e697a5eba0aee6a89feba0b17b64 |
UHC | 日렮樟렱{d | 11101100111011011000111010111011111011011110100110001110101111100111101101100100 | eced8ebbede98ebe7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)