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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | イ寬ケヤ齊ョ | 11110000101011111011001011111010101010101011100111010100111010101000111010101110 | f0afb2faaab9d4ea8eae |
EUC-JP | ?イ?ケヤ齊ョ | 001111111000111010110010001111111000111010111001100011101101010011110011111011101000111010101110 | 3f8eb23f8eb98ed4f3ee8eae |
UTF-8 | イ寬ケヤ齊ョ | 111011101000000110101110111011111011110110110010111001011010111110101100111011111011110110111001111011111011111010010100111010011011110110001010111011111011110110101110 | ee81aeefbdb2e5afacefbdb9efbe94e9bd8aefbdae |
UHC | ??寬??齊? | 001111110011111111001110101100000011111100111111111100001011101000111111 | 3f3fceb03f3ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)