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 | ???宰 | 0011111100111111001111111000110111001001 | 3f3f3f8dc9 |
EUC-JP | ???宰 | 0011111100111111001111111011101011001011 | 3f3f3fbacb |
UTF-8 | 롊롃亐宰 | 111010111010000110001010111010111010000110000011111001001011101010010000111001011010111010110000 | eba18aeba183e4ba90e5aeb0 |
UHC | 롊롃亐宰 | 1000111011010000100011101100101011101010101001111110111010100101 | 8ed08ecaeaa7eea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)