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 | 霍問造 | 111010001011011110010110111000101001000110100010 | e8b796e291a2 |
EUC-JP | 霍問造 | 111100001011100111001100111001001100001010100100 | f0b9cce4c2a4 |
UTF-8 | 霍問造 | 111010011001110010001101111001011001010110001111111010011000000010100000 | e99c8de5958fe980a0 |
UHC | ?問造 | 0011111111011001111111011111000011100011 | 3fd9fdf0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)