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 | 湿篝斜頏セ | 100011101011110011100010101111101000111011001110111010001111000010111110 | 8ebce2be8ecee8f0be |
EUC-JP | 湿篝斜頏セ | 10111100101111101110010011000000101111001101000011110000111100101000111010111110 | bcbee4c0bcd0f0f28ebe |
UTF-8 | 湿篝斜頏セ | 111001101011100110111111111001111010111110011101111001101001011010011100111010011010000010001111111011111011110110111110 | e6b9bfe7af9de6969ce9a08fefbdbe |
UHC | ??斜?? | 001111110011111111011110110110000011111100111111 | 3f3fded83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)