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 | ???珥х? | 0011111100111111001111111110000011100000100001001000011100111111 | 3f3f3fe0e084873f |
EUC-JP | ???珥х? | 0011111100111111001111111110000011100010101001111110011100111111 | 3f3f3fe0e2a7e73f |
UTF-8 | 琉숁뇻珥х떫 | 1110111110100111100011001110110010001000100000011110101110000111101110111110011110001111101001011101000110000101111010111001011010101011 | efa78cec8881eb87bbe78fa5d185eb96ab |
UHC | 琉숁뇻珥х떫 | 111010111010010010011001111001101011010010100111111011001011010010101100111001111011011010110101 | eba499e6b4a7ecb4ace7b6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)