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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??舍咐? | 00111111001111111110010001110001100110011111001100111111 | 3f3fe47199f33f |
EUC-JP | ??舍咐? | 00111111001111111110011111010010110100101111010100111111 | 3f3fe7d2d2f53f |
UTF-8 | 뤒틢舍咐뤒 | 111010111010010010010010111011011000101110100010111010001000100010001101111001011001001010010000111010111010010010010010 | eba492ed8ba2e8888de59290eba492 |
UHC | 뤒틢舍咐뤒 | 10001111110000101011101010001110110111101110110011011100111110111000111111000010 | 8fc2ba8edeecdcfb8fc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)