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 | 巖??庵?? | 1001101111011100001111110011111110001000110000010011111100111111 | 9bdc3f3f88c13f3f |
EUC-JP | 巖??庵?? | 1101011011011110001111110011111110110000110000110011111100111111 | d6de3f3fb0c33f3f |
UTF-8 | 巖걦뢅庵룒뢌 | 111001011011011110010110111010101011000110100110111010111010001010000101111001011011101010110101111010111010001110010010111010111010001010001100 | e5b796eab1a6eba285e5bab5eba392eba28c |
UHC | 巖걦뢅庵룒뢌 | 111001001101110010000001100011111000111101000001111001001101110110001111100011111000111101001000 | e4dc818f8f41e4dd8f8f8f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)