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 | 蘂??溢 | 111001010100000100111111001111111000100011101100 | e5413f3f88ec |
EUC-JP | 蘂??溢 | 111010011010001000111111001111111011000011101110 | e9a23f3fb0ee |
UTF-8 | 蘂띕렇溢 | 111010001001100010000010111010111001110110010101111010111010000010000111111001101011101010100010 | e89882eb9d95eba087e6baa2 |
UHC | 蘂띕렇溢 | 1110011111011110101101101110101110110111101110001110110011101110 | e7deb6ebb7b8ecee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)