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 | ???二?Р | 0011111100111111001111111001001111110001001111111000010001010001 | 3f3f3f93f13f8451 |
EUC-JP | ???二?Р | 0011111100111111001111111100011011110011001111111010011110110010 | 3f3f3fc6f33fa7b2 |
UTF-8 | 說뺣뜂二뷸Р | 1110111110100110101000011110101110111010101000111110101110011100100000101110010010111010100011001110101110110111101110001101000010100000 | efa6a1ebbaa3eb9c82e4ba8cebb7b8d0a0 |
UHC | 說뺣뜂二뷸Р | 111001101111001010010101111010111000110110000110111011001010001110111010111001101010110010110010 | e6f295eb8d86eca3bae6acb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)