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 | 隰疲ぁ豐 | 1110100010101100100101001110011010000010100111111110011010110010 | e8ac94e6829fe6b2 |
EUC-JP | 隰疲ぁ豐 | 1111000010101110110010001110100010100100101000011110110010110100 | f0aec8e8a4a1ecb4 |
UTF-8 | 隰疲ぁ豐 | 111010011001101010110000111001111001011010110010111000111000000110000001111010001011000110010000 | e99ab0e796b2e38181e8b190 |
UHC | ?疲ぁ? | 001111111111100110101010101010101010000100111111 | 3ff9aaaaa13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)