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 | ???魏?? | 00111111001111110011111111101001101100000011111100111111 | 3f3f3fe9b03f3f |
EUC-JP | ???魏?? | 00111111001111110011111111110010101100100011111100111111 | 3f3f3ff2b23f3f |
UTF-8 | 嶺뚭낫魏닻뇳 | 111011111010011010101011111010111001101010101101111010111000001010101011111010011010110110001111111010111000101110111011111010111000011110110011 | efa6abeb9aadeb82abe9ad8feb8bbbeb87b3 |
UHC | 嶺뚭낫魏닻뇳 | 111001111010110110001100111010101011001110110100111010101110000010110100111010011000011110010111 | e7ad8ceab3b4eae0b4e98797 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)