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 | ??1節?? | 0011111100111111100000100101000010010000110111110011111100111111 | 3f3f825090df3f3f |
EUC-JP | 獒?1節?? | 10001111110010111011101100111111101000111011000111000000111000010011111100111111 | 8fcbbb3fa3b1c0e13f3f |
UTF-8 | 獒섇1節댐쉐 | 111001111000110110010010111011001000010010000111111011111011110010010001111001111010111110000000111010111000110010010000111011001000100110010000 | e78d92ec8487efbc91e7af80eb8c90ec8990 |
UHC | 獒섇1節댐쉐 | 111010001010001110011000111001011010001110110001111011111011110110110100111011111011110110100110 | e8a398e5a3b1efbdb4efbda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)