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 | 襁結商 | 111001011111010010001100100010111000111110100100 | e5f48c8b8fa4 |
EUC-JP | 襁結商 | 111010101111011010110111111010111011111010100110 | eaf6b7ebbea6 |
UTF-8 | 襁結商 | 111010001010010110000001111001111011010110010000111001011001010110000110 | e8a581e7b590e59586 |
UHC | 襁結商 | 110010111011101011001100101111111101111111000010 | cbbaccbfdfc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)