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 | ??с腎▲傲 | 00111111001111111000010010000011100100000111010010000001101000111001100011111100 | 3f3f8483907481a398fc |
EUC-JP | ??с腎▲傲 | 00111111001111111010011111100011101111111101010110100010101001011101000011111110 | 3f3fa7e3bfd5a2a5d0fe |
UTF-8 | 뤞첁с腎▲傲 | 1110101110100100100111101110110010110010100000011101000110000001111010001000010110001110111000101001011010110010111001011000001010110010 | eba49eecb281d181e8858ee296b2e582b2 |
UHC | 뤞첁с腎▲傲 | 100011111100110110101010100011101010110011100011111000111110110010100001111000111110011111101100 | 8fcdaa8eace3e3eca1e3e7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)