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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 熬??塢 | 111000001001001000111111001111111001101011000111 | e0923f3f9ac7 |
EUC-JP | 熬??塢 | 110111111111001000111111001111111101010011001001 | dff23f3fd4c9 |
UTF-8 | 熬숅펶塢 | 111001111000011010101100111011001000100010000101111011011000111010110110111001011010000110100010 | e786acec8885ed8eb6e5a1a2 |
UHC | 熬숅펶塢 | 1110100010100010100110011110100110111100100001111110011111110001 | e8a299e9bc87e7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)