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 | ?暴???掉 | 0011111110010110010111000011111100111111001111111001110101111011 | 3f965c3f3f3f9d7b |
EUC-JP | ?暴???掉 | 0011111111001011101111010011111100111111001111111101100111011100 | 3fcbbd3f3f3fd9dc |
UTF-8 | 뤋暴쭗샘댐掉 | 111010111010010010001011111001101001101010110100111011001010110110010111111011001000001110011000111010111000110010010000111001101000111010001001 | eba48be69ab4ecad97ec8398eb8c90e68e89 |
UHC | 뤋暴쭗샘댐掉 | 100011111011101111111000111011001010011110001111101110111111100110110100111011111101001111111100 | 8fbbf8eca78fbbf9b4efd3fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)