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 | 岦ー酥ッ軸 | 11111010101011001011000011100111110001101010111111110010101000011000111010110010 | faacb0e7c6aff2a18eb2 |
EUC-JP | 岦ー酥ッ?軸 | 100011111011101110110011100011101011000011101110110010001000111010101111001111111011110010110100 | 8fbbb38eb0eec88eaf3fbcb4 |
UTF-8 | 岦ー酥ッ軸 | 111001011011001010100110111011111011110110110000111010011000010110100101111011111011110110101111111011101000011110011000111010001011101110111000 | e5b2a6efbdb0e985a5efbdafee8798e8bbb8 |
UHC | ?????軸 | 00111111001111110011111100111111001111111111010111101110 | 3f3f3f3f3ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)