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 | 鉑゙齊ゥ宍 | 1111101111001001110111101110101010001110101010011000111010110011 | fbc9deea8ea98eb3 |
EUC-JP | 鉑゙齊ゥ宍 | 1000111111100011111000011000111011011110111100111110111010001110101010011011110010110101 | 8fe3e18edef3ee8ea9bcb5 |
UTF-8 | 鉑゙齊ゥ宍 | 111010011000100110010001111011111011111010011110111010011011110110001010111011111011110110101001111001011010111010001101 | e98991efbe9ee9bd8aefbda9e5ae8d |
UHC | ??齊?? | 001111110011111111110000101110100011111100111111 | 3f3ff0ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)