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 | 坦続坦即 | 1001001001010010100100011011000110010010010100101001000110100110 | 925291b1925291a6 |
EUC-JP | 坦続坦即 | 1100001110110011110000101011001111000011101100111100001010101000 | c3b3c2b3c3b3c2a8 |
UTF-8 | 坦続坦即 | 111001011001110110100110111001111011011010011010111001011001110110100110111001011000110110110011 | e59da6e7b69ae59da6e58db3 |
UHC | 坦?坦? | 111101111010010000111111111101111010010000111111 | f7a43ff7a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)