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 | ?暴? | 00111111100101100101110000111111 | 3f965c3f |
EUC-JP | ?暴? | 00111111110010111011110100111111 | 3fcbbd3f |
UTF-8 | 뤋暴챃 | 111010111010010010001011111001101001101010110100111011001011000110000011 | eba48be69ab4ecb183 |
UHC | 뤋暴챃 | 100011111011101111111000111011001010101001010011 | 8fbbf8ecaa53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)