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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裝耕潔只? | 111001011110010010001101011010111000110010001001100100011111110000111111 | e5e48d6b8c8991fc3f |
EUC-JP | 裝耕潔只? | 111010101110011010111001110011001011011111101001110000101111111000111111 | eae6b9ccb7e9c2fe3f |
UTF-8 | 裝耕潔只렑 | 111010001010001110011101111010001000000010010101111001101011110110010100111001011000111110101010111010111010000010010001 | e8a39de88095e6bd94e58faaeba091 |
UHC | 裝耕潔只렑 | 11101101111110111100110011101001110011001011111011110001111111101000111010100110 | edfbcce9ccbef1fe8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)