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 | ???才?? | 00111111001111110011111110001101110010110011111100111111 | 3f3f3f8dcb3f3f |
EUC-JP | ???才?? | 00111111001111110011111110111010110011010011111100111111 | 3f3f3fbacd3f3f |
UTF-8 | 롇렺렒才렜롆 | 111010111010000110000111111010111010000010111010111010111010000010010010111001101000100110001101111010111010000010011100111010111010000110000110 | eba187eba0baeba092e6898deba09ceba186 |
UHC | 롇렺렒才렜롆 | 100011101100110110001110110000101000111010100111111011101010011010001110101011101000111011001100 | 8ecd8ec28ea7eea68eae8ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)