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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 莊??h莊?? | 111001001011010100111111001111110110100011100100101101010011111100111111 | e4b53f3f68e4b53f3f |
EUC-JP | 莊??h莊?? | 111010001011011100111111001111110110100011101000101101110011111100111111 | e8b73f3f68e8b73f3f |
UTF-8 | 莊쯔뗄h莊쯔뗄 | 11101000100011101000101011101100101011111001010011101011100101111000010001101000111010001000111010001010111011001010111110010100111010111001011110000100 | e88e8aecaf94eb978468e88e8aecaf94eb9784 |
UHC | 莊쯔뗄h莊쯔뗄 | 11101101111101101100001011101010101101101011111101101000111011011111011011000010111010101011011010111111 | edf6c2eab6bf68edf6c2eab6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)