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 | 漿??影?? | 1001111111110111001111110011111110001001011001010011111100111111 | 9ff73f3f89653f3f |
EUC-JP | 漿??影?? | 1101111011111001001111110011111110110001110001100011111100111111 | def93f3fb1c63f3f |
UTF-8 | 漿덆짒影녻쾴 | 111001101011110010111111111010111000110110000110111011001010011110010010111001011011110110110001111010111000010110111011111011001011111010110100 | e6bcbfeb8d86eca792e5bdb1eb85bbecbeb4 |
UHC | 漿덆짒影녻쾴 | 111011011110110010001000111010011010001110011100111001111010111110000110111010001011001010001010 | edec88e9a39ce7af86e8b28a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)