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 | ? 缶 | 0011111110000001010000001000101011001010 | 3f81408aca |
EUC-JP | ? 缶 | 0011111110100001101000011011010011001100 | 3fa1a1b4cc |
UTF-8 | 룵 缶 | 111010111010001110110101111000111000000010000000111001111011110010110110 | eba3b5e38080e7bcb6 |
UHC | 룵 缶 | 100011111010101010100001101000011101110110101110 | 8faaa1a1ddae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)