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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巖??? | 1001101111011100001111110011111100111111 | 9bdc3f3f3f |
EUC-JP | 巖??瘦 | 11010110110111100011111100111111100011111100110111110111 | d6de3f3f8fcdf7 |
UTF-8 | 巖걦뢓瘦 | 111001011011011110010110111010101011000110100110111010111010001010010011111001111001100010100110 | e5b796eab1a6eba293e798a6 |
UHC | 巖걦뢓瘦 | 1110010011011100100000011000111110001111010011101110001010110001 | e4dc818f8f4ee2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)