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 | ?幄? | 00111111100110111110100000111111 | 3f9be83f |
EUC-JP | ?幄? | 00111111110101101110101000111111 | 3fd6ea3f |
UTF-8 | 돝幄풋 | 111010111000111110011101111001011011100110000100111011011001001010001011 | eb8f9de5b984ed928b |
UHC | 돝幄풋 | 101101011100000111100100110000011100011110110010 | b5c1e4c1c7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)