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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 溿假セ橲 | 11111011010010101001100011101111101111101001111011101101 | fb4a98efbe9eed |
EUC-JP | 溿假セ橲 | 100011111100100010110001110100001111000110001110101111101101110011101111 | 8fc8b1d0f18ebedcef |
UTF-8 | 溿假セ橲 | 111001101011101010111111111001011000000110000111111011111011110110111110111001101010100110110010 | e6babfe58187efbdbee6a9b2 |
UHC | ?假?? | 0011111111001010101000110011111100111111 | 3fcaa33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)