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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???夷??\ | 0011111100111111001111111000100011001110001111110011111101011100 | 3f3f3f88ce3f3f5c |
EUC-JP | ???夷??\ | 0011111100111111001111111011000011010000001111110011111101011100 | 3f3f3fb0d03f3f5c |
UTF-8 | 梨좎콠夷⑺쉳\ | 11101111101001111010001011101100101000101000111011101100101111011010000011100101101001001011011111100010100100011011101011101100100010011011001101011100 | efa7a2eca28eecbda0e5a4b7e291baec89b35c |
UHC | 梨좎콠夷⑺쉳\ | 11101100101100011010000011101100101100011001100011101100101010001010100111101101100110101000101001011100 | ecb1a0ecb198eca8a9ed9a8a5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)