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 | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
SJIS-WIN | 訒ー迚セ^F | 1111101110100011101100001110011110001001101111100101111001000110 | fba3b0e789be5e46 |
EUC-JP | 訒ー迚セ^F | 1000111111011101110010001000111010110000111011011110100110001110101111100101111001000110 | 8fddc88eb0ede98ebe5e46 |
UTF-8 | 訒ー迚セ^F | 1110100010101000100100101110111110111101101100001110100010111111100110101110111110111101101111100101111001000110 | e8a892efbdb0e8bf9aefbdbe5e46 |
UHC | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)