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 | 霄霽シレ | 111010001011101011101000110001111011110011011010 | e8bae8c7bcda |
EUC-JP | 霄霽シレ | 1111000010111100111100001100100110001110101111001000111011011010 | f0bcf0c98ebc8eda |
UTF-8 | 霄霽シレ | 111010011001110010000100111010011001110010111101111011111011110110111100111011111011111010011010 | e99c84e99cbdefbdbcefbe9a |
UHC | ?霽?? | 0011111111110000101110000011111100111111 | 3ff0b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)