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 | 猷??壹?? | 1001011101010001001111110011111110011010111000110011111100111111 | 97513f3f9ae33f3f |
EUC-JP | 猷??壹?? | 1100110110110010001111110011111111010100111001010011111100111111 | cdb23f3fd4e53f3f |
UTF-8 | 猷득톷壹섏룶 | 111001111000110010110111111010111001001110011101111011011000011010110111111001011010001110111001111011001000010010001111111010111010001110110110 | e78cb7eb939ded86b7e5a3b9ec848feba3b6 |
UHC | 猷득톷壹섏룶 | 111010111010001110110101111001101011011110001011111011001110110010011000111011001000111110101011 | eba3b5e6b78becec98ec8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)