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 | 永????? | 10001001011010010011111100111111001111110011111100111111 | 89693f3f3f3f3f |
EUC-JP | 永??薏?? | 101100011100101000111111001111111000111111011001110111100011111100111111 | b1ca3f3f8fd9de3f3f |
UTF-8 | 永귣툝薏믤굦 | 111001101011000010111000111010101011011110100011111011011000100010011101111010001001011010001111111010111010111110100100111010101011010110100110 | e6b0b8eab7a3ed889de8968febafa4eab5a6 |
UHC | 永귣툝薏믤굦 | 111001111011010110000010111010111011100010010100111010111111101110010010111001101000001010001100 | e7b582ebb894ebfb92e6828c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)