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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 儒屯? | 1000111011110010100100111101010000111111 | 8ef293d43f |
EUC-JP | 儒屯? | 1011110011110100110001101101011000111111 | bcf4c6d63f |
UTF-8 | 儒屯렯 | 111001011000010010010010111001011011000110101111111010111010000010101111 | e58492e5b1afeba0af |
UHC | 儒屯렯 | 111010101110001111010100111010101000111010111100 | eae3d4ea8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)