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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | シス承ヌ | 1011110010111101100011111011001111000111 | bcbd8fb3c7 |
EUC-JP | シス承ヌ | 1000111010111100100011101011110110111110101101011000111011000111 | 8ebc8ebdbeb58ec7 |
UTF-8 | シス承ヌ | 111011111011110110111100111011111011110110111101111001101000100110111111111011111011111010000111 | efbdbcefbdbde689bfefbe87 |
UHC | ??承? | 0011111100111111111000111010111100111111 | 3f3fe3af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)