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 | 艤??喩?? | 1110010001111110001111110011111110011010011001110011111100111111 | e47e3f3f9a673f3f |
EUC-JP | 艤??喩?? | 1110011111011111001111110011111111010011110010000011111100111111 | e7df3f3fd3c83f3f |
UTF-8 | 艤숇쩀喩쇈뀒 | 111010001000100110100100111011001000100010000111111011001010100110000000111001011001011010101001111011001000011110001000111010111000000010010010 | e889a4ec8887eca980e596a9ec8788eb8092 |
UHC | 艤숇쩀喩쇈뀒 | 111010111111101010011001111010111010010010011010111010101110011110111100111000111000010110001100 | ebfa99eba49aeae7bce3858c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)