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 | 傳?將?? | 10011001010000100011111110011011100100100011111100111111 | 99423f9b923f3f |
EUC-JP | 傳?將?? | 11010001101000110011111111010101111100100011111100111111 | d1a33fd5f23f3f |
UTF-8 | 傳렓將닿렗 | 111001011000001010110011111010111010000010010011111001011011000010000111111010111000101110111111111010111010000010010111 | e582b3eba093e5b087eb8bbfeba097 |
UHC | 傳렓將닿렗 | 11101110111011101000111010101000111011011110001010110100111010101000111010101100 | eeee8ea8ede2b4ea8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)