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 | ?盒里 | 0011111111100001101101001001011110100010 | 3fe1b497a2 |
EUC-JP | ?盒里 | 0011111111100010101101101100111010100100 | 3fe2b6cea4 |
UTF-8 | 뤿盒里 | 111010111010010010111111111001111001101110010010111010011000011110001100 | eba4bfe79b92e9878c |
UHC | 뤿盒里 | 100011111110101111111001111011001101011111101100 | 8febf9ecd7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)