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 | 永??夷? | 10001001011010010011111100111111100010001100111000111111 | 89693f3f88ce3f |
EUC-JP | 永??夷? | 10110001110010100011111100111111101100001101000000111111 | b1ca3f3fb0d03f |
UTF-8 | 永귟쾴夷붶 | 111001101011000010111000111010101011011110011111111011001011111010110100111001011010010010110111111010111011011010110110 | e6b0b8eab79fecbeb4e5a4b7ebb6b6 |
UHC | 永귟쾴夷붶 | 11100111101101011000001011101000101100101000101011101100101010001001010011100100 | e7b582e8b28aeca894e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)