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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セュ邪樟蓚 | 1011111010101101100011101101011110001111101111101110010011101001 | bead8ed78fbee4e9 |
EUC-JP | セュ邪樟蓚 | 10001110101111101000111010101101101111001101100110111110110000001110100011101011 | 8ebe8eadbcd9bec0e8eb |
UTF-8 | セュ邪樟蓚 | 111011111011110110111110111011111011110110101101111010011000001010101010111001101010100010011111111010001001001110011010 | efbdbeefbdade982aae6a89fe8939a |
UHC | ??邪樟蓚 | 0011111100111111110111101111011111101101111010011110001010111110 | 3f3fdef7ede9e2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)