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 | ??姨? | 0011111100111111100110110100100000111111 | 3f3f9b483f |
EUC-JP | ??姨? | 0011111100111111110101011010100100111111 | 3f3fd5a93f |
UTF-8 | 泥쵼姨뛄 | 111011111010011110100011111011001011010110111100111001011010011110101000111010111001101110000100 | efa7a3ecb5bce5a7a8eb9b84 |
UHC | 泥쵼姨뛄 | 1110110010110010101011010101011011101100101010011000110101000010 | ecb2ad56eca98d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)