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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?帽彰 | 0011111110010110010110001000111110110010 | 3f96588fb2 |
EUC-JP | ?帽彰 | 0011111111001011101110011011111010110100 | 3fcbb9beb4 |
UTF-8 | 랍帽彰 | 111010111001111010001101111001011011100010111101111001011011110110110000 | eb9e8de5b8bde5bdb0 |
UHC | 랍帽彰 | 101101101111100011011001101101101111001111100000 | b6f8d9b6f3e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)