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 | 漬私?? | 100100101101000010001110100001000011111100111111 | 92d08e843f3f |
EUC-JP | 漬私?? | 110001001101001010111011111001000011111100111111 | c4d2bbe43f3f |
UTF-8 | 漬私렎렒 | 111001101011110010101100111001111010011110000001111010111010000010001110111010111010000010010010 | e6bcace7a781eba08eeba092 |
UHC | 漬私렎렒 | 1111001010110000110111101110011110001110101001001000111010100111 | f2b0dee78ea48ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)