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 | 鬲夥桾塚謎コ | 1110100110101101100110101110110010011110100101011111101010011100100100111110010010111010 | e9ad9aec9e95fa9c93e4ba |
EUC-JP | 鬲夥桾?謎コ | 1111001010101111110101001110111011011011111101010011111111000110111001101000111010111010 | f2afd4eedbf53fc6e68eba |
UTF-8 | 鬲夥桾塚謎コ | 111010011010110010110010111001011010010010100101111001101010000110111110111011111010100010010000111010001010110010001110111011111011110110111010 | e9acb2e5a4a5e6a1beefa890e8ac8eefbdba |
UHC | ????謎? | 00111111001111110011111100111111110110101011101000111111 | 3f3f3f3fdaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)