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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 烏g?湲? | 1000100101000111100000101000011100111111100111111101000100111111 | 894782873f9fd13f |
EUC-JP | 烏g?湲? | 1011000110101000101000111110011100111111110111101101001100111111 | b1a8a3e73fded33f |
UTF-8 | 烏g쭅湲튚 | 111001111000001110001111111011111011110110000111111011001010110110000101111001101011100110110010111011011000101010011010 | e7838fefbd87ecad85e6b9b2ed8a9a |
UHC | 烏g쭅湲튚 | 11101000101000011010001111100111101001111000000111101010101110001011101001001011 | e8a1a3e7a781eab8ba4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)