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?? | 001111110011111100111111010101000011111100111111 | 3f3f3f543f3f |
SJIS-WIN | 辰単足T辰丹 | 1001001001000011100100100101000010010001101010110101010010010010010000111001001001001111 | 9243925091ab549243924f |
EUC-JP | 辰単足T辰丹 | 1100001110100100110000111011000111000010101011010101010011000011101001001100001110110000 | c3a4c3b1c2ad54c3a4c3b0 |
UTF-8 | 辰単足T辰丹 | 11101000101111101011000011100101100011011001100011101000101101101011001101010100111010001011111010110000111001001011100010111001 | e8beb0e58d98e8b6b354e8beb0e4b8b9 |
UHC | 辰?足T辰丹 | 11110010111000110011111111110000111010110101010011110010111000111101001110100001 | f2e33ff0eb54f2e3d3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)