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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 坦即谷 | 100100100101001010010001101001101001001001001010 | 925291a6924a |
EUC-JP | 坦即谷 | 110000111011001111000010101010001100001110101011 | c3b3c2a8c3ab |
UTF-8 | 坦即谷 | 111001011001110110100110111001011000110110110011111010001011000010110111 | e59da6e58db3e8b0b7 |
UHC | 坦?谷 | 1111011110100100001111111100110111011011 | f7a43fcddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)