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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 濡???θ? | 1001010001000111001111110011111100111111100000111100011000111111 | 94473f3f3f83c63f |
EUC-JP | 濡???θ? | 1100011110101000001111110011111100111111101001101100100000111111 | c7a83f3f3fa6c83f |
UTF-8 | 濡쏅죺歷θ뎲 | 1110011010111111101000011110110010001111100001011110110010100011101110101110111110100110100011001100111010111000111010111000111010110010 | e6bfa1ec8f85eca3baefa68cceb8eb8eb2 |
UHC | 濡쏅죺歷θ뎲 | 111010111010000110011011111010111010000110010100111001101011100010100101111010001000100110000101 | eba19beba194e6b8a5e88985 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)