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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 坦辿叩蔵 | 1001001001010010100100100100100010010010010000001001000110100000 | 92529248924091a0 |
EUC-JP | 坦辿叩蔵 | 1100001110110011110000111010100111000011101000011100001010100010 | c3b3c3a9c3a1c2a2 |
UTF-8 | 坦辿叩蔵 | 111001011001110110100110111010001011111010111111111001011000111110101001111010001001010010110101 | e59da6e8bebfe58fa9e894b5 |
UHC | 坦?叩? | 111101111010010000111111110011011011000000111111 | f7a43fcdb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)