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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 訒夭∵B | 11111011101000111001101011101110100000011110011001000010 | fba39aee81e642 |
EUC-JP | 訒夭∵B | 1000111111011101110010001101010011110000101000101110100001000010 | 8fddc8d4f0a2e842 |
UTF-8 | 訒夭∵B | 11101000101010001001001011100101101001001010110111100010100010001011010101000010 | e8a892e5a4ade288b542 |
UHC | ?夭∵B | 001111111110100011101100101000011111000101000010 | 3fe8eca1f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)