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 | 邪斜竺 | 100011101101011110001110110011101000111010110001 | 8ed78ece8eb1 |
EUC-JP | 邪斜竺 | 101111001101100110111100110100001011110010110011 | bcd9bcd0bcb3 |
UTF-8 | 邪斜竺 | 111010011000001010101010111001101001011010011100111001111010101110111010 | e982aae6969ce7abba |
UHC | 邪斜竺 | 110111101111011111011110110110001111010111100111 | def7ded8f5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)