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 | ???而f? | 0011111100111111001111111000111010100111100000101000011000111111 | 3f3f3f8ea782863f |
EUC-JP | ???而f? | 0011111100111111001111111011110010101001101000111110011000111111 | 3f3f3fbca9a3e63f |
UTF-8 | 溜노쨴而f퐨 | 111011111010011110001011111010111000010110111000111011001010100010110100111010001000000010001100111011111011110110000110111011011001000010101000 | efa78beb85b8eca8b4e8808cefbd86ed90a8 |
UHC | 溜노쨴而f퐨 | 111010101111111010110011111010111010010010001110111011001011101110100011111001101011110110010001 | eafeb3eba48eecbba3e6bd91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)