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 | リ齊キ辞淼 | 11110010101111011101100011101010100011101011011110001110101010111111101101000101 | f2bdd8ea8eb78eabfb45 |
EUC-JP | ?リ齊キ辞淼 | 001111111000111011011000111100111110111010001110101101111011110010101101100011111100011111100110 | 3f8ed8f3ee8eb7bcad8fc7e6 |
UTF-8 | リ齊キ辞淼 | 111011101000011110110100111011111011111010011000111010011011110110001010111011111011110110110111111010001011111010011110111001101011011110111100 | ee87b4efbe98e9bd8aefbdb7e8be9ee6b7bc |
UHC | ??齊??? | 00111111001111111111000010111010001111110011111100111111 | 3f3ff0ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)