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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 﨡ス訒ケB | 11111011101000001011110111111011101000111011100101000010 | fba0bdfba3b942 |
EUC-JP | ?ス訒ケB | 001111111000111010111101100011111101110111001000100011101011100101000010 | 3f8ebd8fddc88eb942 |
UTF-8 | 﨡ス訒ケB | 11101111101010001010000111101111101111011011110111101000101010001001001011101111101111011011100101000010 | efa8a1efbdbde8a892efbdb942 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)