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 | 硝骼ハ冗ョ | 1000111111001001111010011000111011001010100011111110011110101110 | 8fc9e98eca8fe7ae |
EUC-JP | 硝骼ハ冗ョ | 10111110110010111111000111101110100011101100101010111110111010011000111010101110 | becbf1ee8ecabee98eae |
UTF-8 | 硝骼ハ冗ョ | 111001111010000110011101111010011010101010111100111011111011111010001010111001011000011010010111111011111011110110101110 | e7a19de9aabcefbe8ae58697efbdae |
UHC | 硝??冗? | 11110101101001100011111100111111111010011011011100111111 | f5a63f3fe9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)