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 | ユヘ | 110101011111100110100001110011011111011010100110 | d5f9a1cdf6a6 |
EUC-JP | ユ?ヘ? | 100011101101010100111111100011101100110100111111 | 8ed53f8ecd3f |
UTF-8 | ユヘ | 111011111011111010010101111011101001101110111100111011111011111010001101111011101001001110001101 | efbe95ee9bbcefbe8dee938d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)