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 | 茁??伎? | 11111011100100110011111100111111100010101110101000111111 | fb933f3f8aea3f |
EUC-JP | 茁??伎? | 1000111111010111110111100011111100111111101101001110110000111111 | 8fd7de3f3fb4ec3f |
UTF-8 | 茁댓렱伎쥡 | 111010001000110010000001111010111000110010010011111010111010000010110001111001001011110010001110111011001010010110100001 | e88c81eb8c93eba0b1e4bc8eeca5a1 |
UHC | 茁댓렱伎쥡 | 11110001111010001011010011110001100011101011111011010000111010111100000111101000 | f1e8b4f18ebed0ebc1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)