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 | 宥??舍 | 100101110100011100111111001111111110010001110001 | 97473f3fe471 |
EUC-JP | 宥??舍 | 110011011010100000111111001111111110011111010010 | cda83f3fe7d2 |
UTF-8 | 宥띠렠舍 | 111001011010111010100101111010111001110110100000111010111010000010100000111010001000100010001101 | e5aea5eb9da0eba0a0e8888d |
UHC | 宥띠렠舍 | 1110101011101001101101101110110010001110101100011101111011101100 | eae9b6ec8eb1deec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)