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 | 碩那裙 | 100100001101011110010011110111111110010111100011 | 90d793dfe5e3 |
EUC-JP | 碩那裙 | 110000001101100111000110111000011110101011100101 | c0d9c6e1eae5 |
UTF-8 | 碩那裙 | 111001111010001010101001111010011000001010100011111010001010001110011001 | e7a2a9e982a3e8a399 |
UHC | 碩那裙 | 111000001011010111010001111000011100111111011001 | e0b5d1e1cfd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)