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 | 閭壼喚 | 111010001000001110011010111001011000101010101011 | e8839ae58aab |
EUC-JP | 閭壼喚 | 111011111110001111010100111001111011010010101101 | efe3d4e7b4ad |
UTF-8 | 閭壼喚 | 111010011001011010101101111001011010001110111100111001011001011010011010 | e996ade5a3bce5969a |
UHC | 閭?喚 | 1101010111101111001111111111110010110000 | d5ef3ffcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)