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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 臆??臆??B | 100010011011000000111111001111111000100110110000001111110011111101000010 | 89b03f3f89b03f3f42 |
EUC-JP | 臆??臆??B | 101100101011001000111111001111111011001010110010001111110011111101000010 | b2b23f3fb2b23f3f42 |
UTF-8 | 臆앲넱臆앲넱B | 11101000100001111000011011101100100101011011001011101011100001001011000111101000100001111000011011101100100101011011001011101011100001001011000101000010 | e88786ec95b2eb84b1e88786ec95b2eb84b142 |
UHC | 臆앲넱臆앲넱B | 11100101111001101001110111101000100001101011000011100101111001101001110111101000100001101011000001000010 | e5e69de886b0e5e69de886b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)