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 | シセ菎瑩シ | 10111100101111101110010011000000111000001111000010111100 | bcbee4c0e0f0bc |
EUC-JP | シセ菎瑩シ | 10001110101111001000111010111110111010001100001011100000111100101000111010111100 | 8ebc8ebee8c2e0f28ebc |
UTF-8 | シセ菎瑩シ | 111011111011110110111100111011111011110110111110111010001000111110001110111001111001000110101001111011111011110110111100 | efbdbcefbdbee88f8ee791a9efbdbc |
UHC | ???瑩? | 001111110011111100111111111110111010100100111111 | 3f3f3ffba93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)