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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 窩瘢?? | 111000100111110011100001100011010011111100111111 | e27ce18d3f3f |
EUC-JP | 窩瘢?? | 111000111101110111100001111011010011111100111111 | e3dde1ed3f3f |
UTF-8 | 窩瘢렚렚 | 111001111010101010101001111001111001100010100010111010111010000010011010111010111010000010011010 | e7aaa9e798a2eba09aeba09a |
UHC | 窩瘢렚렚 | 1110100011000000110110101110111010001110101011011000111010101101 | e8c0daee8ead8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)