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 | 辞煆ネ齒ウ | 11110010101101111000111010101011111110110101011011001000111010101000111110110011 | f2b78eabfb56c8ea8fb3 |
EUC-JP | ?辞煆ネ齒ウ | 001111111011110010101101100011111100100111110100100011101100100011110011111011111000111010110011 | 3fbcad8fc9f48ec8f3ef8eb3 |
UTF-8 | 辞煆ネ齒ウ | 111011101000011110101110111010001011111010011110111001111000010110000110111011111011111010001000111010011011110110010010111011111011110110110011 | ee87aee8be9ee78586efbe88e9bd92efbdb3 |
UHC | ????齒? | 00111111001111110011111100111111111101101100110100111111 | 3f3f3f3ff6cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)