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 | ??T?? | 0011111100111111010101000011111100111111 | 3f3f543f3f |
SJIS-WIN | ウーTウー | 1011001110110000010101001011001110110000 | b3b054b3b0 |
EUC-JP | ウーTウー | 100011101011001110001110101100000101010010001110101100111000111010110000 | 8eb38eb0548eb38eb0 |
UTF-8 | ウーTウー | 11101111101111011011001111101111101111011011000001010100111011111011110110110011111011111011110110110000 | efbdb3efbdb054efbdb3efbdb0 |
UHC | ??T?? | 0011111100111111010101000011111100111111 | 3f3f543f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)