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 | ??U??N | 001111110011111101010101001111110011111101001110 | 3f3f553f3f4e |
SJIS-WIN | 傳?U傳?N | 1001100101000010001111110101010110011001010000100011111101001110 | 99423f5599423f4e |
EUC-JP | 傳?U傳?N | 1101000110100011001111110101010111010001101000110011111101001110 | d1a33f55d1a33f4e |
UTF-8 | 傳렓U傳렓N | 1110010110000010101100111110101110100000100100110101010111100101100000101011001111101011101000001001001101001110 | e582b3eba09355e582b3eba0934e |
UHC | 傳렓U傳렓N | 11101110111011101000111010101000010101011110111011101110100011101010100001001110 | eeee8ea855eeee8ea84e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)