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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 贒乞搓鄕 | 1111101110101111100011001110111010011101100011011111101110111000 | fbaf8cee9d8dfbb8 |
EUC-JP | 贒乞搓? | 1000111111011111110000111011100011110000110110011110110100111111 | 8fdfc3b8f0d9ed3f |
UTF-8 | 贒乞搓鄕 | 111010001011010010010010111001001011100110011110111001101001000010010011111010011000010010010101 | e8b492e4b99ee69093e98495 |
UHC | ?乞?鄕 | 001111111100101111110111001111111111101011000001 | 3fcbf73ffac1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)