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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?暴??逕萄 | 001111111001011001011100001111110011111111100111100101001001001110111000 | 3f965c3f3fe79493b8 |
EUC-JP | ?暴??逕萄 | 001111111100101110111101001111110011111111101101111101001100011010111010 | 3fcbbd3f3fedf4c6ba |
UTF-8 | 뤋暴첂샘逕萄 | 111010111010010010001011111001101001101010110100111011001011001010000010111011001000001110011000111010011000000010010101111010001001000010000100 | eba48be69ab4ecb282ec8398e98095e89084 |
UHC | 뤋暴첂샘逕萄 | 100011111011101111111000111011001010101010001111101110111111100111001100111011111101010010101100 | 8fbbf8ecaa8fbbf9ccefd4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)