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 | 蒹ワ醜鐔 | 1110010011100011100000111000111110001111010110001110100001011100 | e4e3838f8f58e85c |
EUC-JP | 蒹ワ醜鐔 | 1110100011100101101001011110111110111101101110011110111110111101 | e8e5a5efbdb9efbd |
UTF-8 | 蒹ワ醜鐔 | 111010001001001010111001111000111000001110101111111010011000011010011100111010011001000010010100 | e892b9e383afe9869ce99094 |
UHC | ?ワ醜? | 001111111010101111101111111101011101110100111111 | 3fabeff5dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)