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 | 垣肯? | 1000101001011111100011010110110100111111 | 8a5f8d6d3f |
EUC-JP | 垣肯? | 1011001111000000101110011100111000111111 | b3c0b9ce3f |
UTF-8 | 垣肯떵 | 111001011001111010100011111010001000001010101111111010111001011010110101 | e59ea3e882afeb96b5 |
UHC | 垣肯떵 | 111010101010111111010000111010011011011010111010 | eaafd0e9b6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)