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 | §W}§W{^ | 100100011010011101010111011111011001000110100111010101110111101101011110 | 91a7577d91a7577b5e |
SJIS-WIN | ?§W}?§W{^ | 0011111110000001100110000101011101111101001111111000000110011000010101110111101101011110 | 3f8198577d3f8198577b5e |
EUC-JP | ?§W}?§W{^ | 0011111110100001111110000101011101111101001111111010000111111000010101110111101101011110 | 3fa1f8577d3fa1f8577b5e |
UTF-8 | §W}§W{^ | 11000010100100011100001010100111010101110111110111000010100100011100001010100111010101110111101101011110 | c291c2a7577dc291c2a7577b5e |
UHC | ?§W}?§W{^ | 0011111110100001110101110101011101111101001111111010000111010111010101110111101101011110 | 3fa1d7577d3fa1d7577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)