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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?も?揖?? | 0011111110000010111000000011111110010111010010110011111100111111 | 3f82e03f974b3f3f |
EUC-JP | ?も?揖?? | 0011111110100100111000100011111111001101101011000011111100111111 | 3fa4e23fcdac3f3f |
UTF-8 | 閭も뫅揖뷂쭇 | 111011111010011010000110111000111000001010000010111010111010101110000101111001101000111110010110111010111011011110000010111011001010110110000111 | efa686e38282ebab85e68f96ebb782ecad87 |
UHC | 閭も뫅揖뷂쭇 | 111001101010110110101010111000101001000110101000111010111110011110010100111011111010011110000011 | e6adaae291a8ebe794efa783 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)