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 | 湜帶劍軫 | 1111101101000111100110111110011010011001100110001110011101100110 | fb479be69998e766 |
EUC-JP | 湜帶劍軫 | 100011111100011111111100110101101110100011010001111110001110110111000111 | 8fc7fcd6e8d1f8edc7 |
UTF-8 | 湜帶劍軫 | 111001101011100110011100111001011011100010110110111001011000101010001101111010001011101110101011 | e6b99ce5b8b6e58a8de8bbab |
UHC | 湜帶劍軫 | 1110001111010111110100111110000111001011111111001111001011100010 | e3d7d3e1cbfcf2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)