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 | 鋕ヤ骼カヤ襍 | 111110111101010011010100111010011000111010110110110101001110100010110101 | fbd4d4e98eb6d4e8b5 |
EUC-JP | 鋕ヤ骼カヤ襍 | 10001111111001001100000010001110110101001111000111101110100011101011011010001110110101001111000010110111 | 8fe4c08ed4f1ee8eb68ed4f0b7 |
UTF-8 | 鋕ヤ骼カヤ襍 | 111010011000101110010101111011111011111010010100111010011010101010111100111011111011110110110110111011111011111010010100111010001010010110001101 | e98b95efbe94e9aabcefbdb6efbe94e8a58d |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)