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 | 硝緕セ冗ョ | 1000111111001001111000111000111010111110100011111110011110101110 | 8fc9e38ebe8fe7ae |
EUC-JP | 硝緕セ冗ョ | 10111110110010111110010111101110100011101011111010111110111010011000111010101110 | becbe5ee8ebebee98eae |
UTF-8 | 硝緕セ冗ョ | 111001111010000110011101111001111011011110010101111011111011110110111110111001011000011010010111111011111011110110101110 | e7a19de7b795efbdbee58697efbdae |
UHC | 硝??冗? | 11110101101001100011111100111111111010011011011100111111 | f5a63f3fe9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)