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 | 隘牀隘省 | 1110100010100101111000001010110011101000101001011000111111001000 | e8a5e0ace8a58fc8 |
EUC-JP | 隘牀隘省 | 1111000010100111111000001010111011110000101001111011111011001010 | f0a7e0aef0a7beca |
UTF-8 | 隘牀隘省 | 111010011001101010011000111001111000100110000000111010011001101010011000111001111001110010000001 | e99a98e78980e99a98e79c81 |
UHC | 隘牀隘省 | 1110010011110110110111111101000111100100111101101110000011111101 | e4f6dfd1e4f6e0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)