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 | 漆杓邪斜竺 | 10001110101111011000111011011011100011101101011110001110110011101000111010110001 | 8ebd8edb8ed78ece8eb1 |
EUC-JP | 漆杓邪斜竺 | 10111100101111111011110011011101101111001101100110111100110100001011110010110011 | bcbfbcddbcd9bcd0bcb3 |
UTF-8 | 漆杓邪斜竺 | 111001101011110010000110111001101001110110010011111010011000001010101010111001101001011010011100111001111010101110111010 | e6bc86e69d93e982aae6969ce7abba |
UHC | 漆杓邪斜竺 | 11110110110101001111100011110101110111101111011111011110110110001111010111100111 | f6d4f8f5def7ded8f5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)