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 | ???諛?? | 00111111001111110011111111100110100001110011111100111111 | 3f3f3fe6873f3f |
EUC-JP | ???諛?? | 00111111001111110011111111101011111001110011111100111111 | 3f3f3febe73f3f |
UTF-8 | 僚녹씏諛대븕 | 111011111010011010111011111010111000010110111001111011001001010010001111111010001010101110011011111010111000110010000000111010111011100010010101 | efa6bbeb85b9ec948fe8ab9beb8c80ebb895 |
UHC | 僚녹씏諛대븕 | 111010001110100010110011111011001001110110100110111010111011000010110100111010111001010110000001 | e8e8b3ec9da6ebb0b4eb9581 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)