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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 滸躊}滸躊{^ | 1001111111110101111001110101001101111101100111111111010111100111010100110111101101011110 | 9ff5e7537d9ff5e7537b5e |
EUC-JP | 滸躊}滸躊{^ | 1101111011110111111011011011010001111101110111101111011111101101101101000111101101011110 | def7edb47ddef7edb47b5e |
UTF-8 | 滸躊}滸躊{^ | 111001101011101110111000111010001011101010001010011111011110011010111011101110001110100010111010100010100111101101011110 | e6bbb8e8ba8a7de6bbb8e8ba8a7b5e |
UHC | 滸躊}滸躊{^ | 1111101111001010111100011100110001111101111110111100101011110001110011000111101101011110 | fbcaf1cc7dfbcaf1cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)