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 | 霎懈勁ホ | 11101000101111101001110011100110100110011010010011001110 | e8be9ce699a4ce |
EUC-JP | 霎懈勁ホ | 1111000011000000110110001110100011010010101001101000111011001110 | f0c0d8e8d2a68ece |
UTF-8 | 霎懈勁ホ | 111010011001110010001110111001101000011110001000111001011000101110000001111011111011111010001110 | e99c8ee68788e58b81efbe8e |
UHC | ?懈勁? | 001111111111101010101011110011001100110100111111 | 3ffaabcccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)