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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 溜뀀죱h溜뀀죱 | 11101111101001111000101111101011100000001000000011101100101000111011000101101000111011111010011110001011111010111000000010000000111011001010001110110001 | efa78beb8080eca3b168efa78beb8080eca3b1 |
UHC | 溜뀀죱h溜뀀죱 | 11101010111111101011001011101011101000011000110001101000111010101111111010110010111010111010000110001100 | eafeb2eba18c68eafeb2eba18c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)