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 | 慫?肄? | 100111001100111100111111111000111110010100111111 | 9ccf3fe3e53f |
EUC-JP | 慫?肄? | 110110001101000100111111111001101110011100111111 | d8d13fe6e73f |
UTF-8 | 慫렱肄흖 | 111001101000010110101011111010111010000010110001111010001000001010000100111011011001110110010110 | e685abeba0b1e88284ed9d96 |
UHC | 慫렱肄흖 | 1111000011110110100011101011111011101100101111011100100011101000 | f0f68ebeecbdc8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)