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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???湲? | 001111110011111100111111100111111101000100111111 | 3f3f3f9fd13f |
EUC-JP | 濚??湲? | 1000111111001001101000010011111100111111110111101101001100111111 | 8fc9a13f3fded33f |
UTF-8 | 濚믡끇湲퀯 | 111001101011111110011010111010111010111110100001111010111000000110000111111001101011100110110010111011011000000010101111 | e6bf9aebafa1eb8187e6b9b2ed80af |
UHC | 濚믡끇湲퀯 | 11100111101110011001001011100011100001011011101111101010101110001011010001000010 | e7b992e385bbeab8b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)