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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 宍エ齊セ | 11110010101011111000111010110011111100001011011010110100111010101000111010111110 | f2af8eb3f0b6b4ea8ebe |
EUC-JP | ?宍?エ齊セ | 00111111101111001011010100111111100011101011010011110011111011101000111010111110 | 3fbcb53f8eb4f3ee8ebe |
UTF-8 | 宍エ齊セ | 111011101000011110100110111001011010111010001101111011101000000110110101111011111011110110110100111010011011110110001010111011111011110110111110 | ee87a6e5ae8dee81b5efbdb4e9bd8aefbdbe |
UHC | ????齊? | 00111111001111110011111100111111111100001011101000111111 | 3f3f3f3ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)