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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 獒??濚?? | 10001111110010111011101100111111001111111000111111001001101000010011111100111111 | 8fcbbb3f3f8fc9a13f3f |
UTF-8 | 獒섓슴濚썹툌 | 111001111000110110010010111011001000010010010011111011001000101010110100111001101011111110011010111011001000110110111001111011011000100010001100 | e78d92ec8493ec8ab4e6bf9aec8db9ed888c |
UHC | 獒섓슴濚썹툌 | 111010001010001110011000111011111011110110111111111001111011100110111101111001111011100010000100 | e8a398efbdbfe7b9bde7b884 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)