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 | 霓懶ス牙匡 | 111010001011110110011100111011111011110110001001111001011000101110100111 | e8bd9cefbd89e58ba7 |
EUC-JP | 霓懶ス牙匡 | 11110000101111111101100011110001100011101011110110110010111001111011011010101001 | f0bfd8f18ebdb2e7b6a9 |
UTF-8 | 霓懶ス牙匡 | 111010011001110010010011111001101000011110110110111011111011110110111101111001111000100110011001111001011000110010100001 | e99c93e687b6efbdbde78999e58ca1 |
UHC | 霓懶?牙匡 | 111001111110011111010100111110110011111111100100101100111100111011000100 | e7e7d4fb3fe4b3cec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)