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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?瓣?忌? | 00111111111000010100000100111111100010101111010100111111 | 3fe1413f8af53f |
EUC-JP | ?瓣?忌? | 00111111111000011010001000111111101101001111011100111111 | 3fe1a23fb4f73f |
UTF-8 | 룿瓣뤓忌깹 | 111010111010001110111111111001111001001110100011111010111010010010010011111001011011111110001100111010101011100110111001 | eba3bfe793a3eba493e5bf8ceab9b9 |
UHC | 룿瓣뤓忌깹 | 10001111101100001111011111111011100011111100001111010000111110111011001010100001 | 8fb0f7fb8fc3d0fbb2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)