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 | 傳???? | 100110010100001000111111001111110011111100111111 | 99423f3f3f3f |
EUC-JP | 傳?釪?? | 1101000110100011001111111000111111100011101011010011111100111111 | d1a33f8fe3ad3f3f |
UTF-8 | 傳렕釪닿렜 | 111001011000001010110011111010111010000010010101111010011000011110101010111010111000101110111111111010111010000010011100 | e582b3eba095e987aaeb8bbfeba09c |
UHC | 傳렕釪닿렜 | 11101110111011101000111010101010111010011110100110110100111010101000111010101110 | eeee8eaae9e9b4ea8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)