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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 霓懶ス牙匡B | 11101000101111011001110011101111101111011000100111100101100010111010011101000010 | e8bd9cefbd89e58ba742 |
EUC-JP | 霓懶ス牙匡B | 1111000010111111110110001111000110001110101111011011001011100111101101101010100101000010 | f0bfd8f18ebdb2e7b6a942 |
UTF-8 | 霓懶ス牙匡B | 11101001100111001001001111100110100001111011011011101111101111011011110111100111100010011001100111100101100011001010000101000010 | e99c93e687b6efbdbde78999e58ca142 |
UHC | 霓懶?牙匡B | 11100111111001111101010011111011001111111110010010110011110011101100010001000010 | e7e7d4fb3fe4b3cec442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)