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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 萬給弘 | 111001001101110110001011100010111000110101001111 | e4dd8b8b8d4f |
EUC-JP | 萬給弘 | 111010001101111110110101111010111011100110110000 | e8dfb5ebb9b0 |
UTF-8 | 萬給弘 | 111010001001000010101100111001111011010110100110111001011011110010011000 | e890ace7b5a6e5bc98 |
UHC | 萬給弘 | 110110001011111111010000111001011111101111110000 | d8bfd0e5fbf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)