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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬯ッ莨懶スキ | 111010011010110010101111111001001011110010011100111011111011110110110111 | e9acafe4bc9cefbdb7 |
EUC-JP | 鬯ッ莨懶スキ | 111100101010111010001110101011111110100010111110110110001111000110001110101111011000111010110111 | f2ae8eafe8bed8f18ebd8eb7 |
UTF-8 | 鬯ッ莨懶スキ | 111010011010110010101111111011111011110110101111111010001000111010101000111001101000011110110110111011111011110110111101111011111011110110110111 | e9acafefbdafe88ea8e687b6efbdbdefbdb7 |
UHC | ???懶?? | 00111111001111110011111111010100111110110011111100111111 | 3f3f3fd4fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)