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 | 齋?燔 | 1110001001010110001111111110000010011000 | e2563fe098 |
EUC-JP | 齋泮燔 | 11100011101101111000111111000111101010001101111111111000 | e3b78fc7a8dff8 |
UTF-8 | 齋泮燔 | 111010011011110110001011111001101011001110101110111001111000011110010100 | e9bd8be6b3aee78794 |
UHC | 齋泮燔 | 111011101011000111011010111010101101101111100010 | eeb1daeadbe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)