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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?橋獨梯 | 00111111100010111011010011100000110101011001001011110010 | 3f8bb4e0d592f2 |
EUC-JP | 沅橋獨梯 | 100011111100011011101001101101101011011011100000110101111100010011110100 | 8fc6e9b6b6e0d7c4f4 |
UTF-8 | 沅橋獨梯 | 111001101011001010000101111001101010100110001011111001111000110110101000111001101010001010101111 | e6b285e6a98be78da8e6a2af |
UHC | 沅橋獨梯 | 1110101010110110110011101110100111010100101111001111000010101100 | eab6cee9d4bcf0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)