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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隘牀隘省 | 11101000101001011110000010101100111010001010010110001111110010001111100001011110 | e8a5e0ace8a58fc8f85e |
EUC-JP | 隘牀隘省? | 111100001010011111100000101011101111000010100111101111101100101000111111 | f0a7e0aef0a7beca3f |
UTF-8 | 隘牀隘省 | 111010011001101010011000111001111000100110000000111010011001101010011000111001111001110010000001111011101001011110111110 | e99a98e78980e99a98e79c81ee97be |
UHC | 隘牀隘省? | 111001001111011011011111110100011110010011110110111000001111110100111111 | e4f6dfd1e4f6e0fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)