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 | ?世養? | 001111111001000010100010100101110111101100111111 | 3f90a2977b3f |
EUC-JP | ?世養? | 001111111100000010100100110011011101110000111111 | 3fc0a4cddc3f |
UTF-8 | 뾍世養셙 | 111010111011111010001101111001001011100010010110111010011010010010001010111011001000010110011001 | ebbe8de4b896e9a48aec8599 |
UHC | 뾍世養셙 | 1001011101001011111000011010011011100101110101111001100101100001 | 974be1a6e5d79961 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)