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 | 哀??揖?? | 1000100010100011001111110011111110010111010010110011111100111111 | 88a33f3f974b3f3f |
EUC-JP | 哀??揖?? | 1011000010100101001111110011111111001101101011000011111100111111 | b0a53f3fcdac3f3f |
UTF-8 | 哀얠뇴揖멩쓱 | 111001011001001110000000111011001001011010100000111010111000011110110100111001101000111110010110111010111010100110101001111011001001001110110001 | e59380ec96a0eb87b4e68f96eba9a9ec93b1 |
UHC | 哀얠뇴揖멩쓱 | 111001001110111010111110111011001000011110011000111010111110011110111000111001101011111010110011 | e4eebeec8798ebe7b8e6beb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)