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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?κ????筌 | 001111111000001111001000001111110011111100111111001111111110001010100011 | 3f83c83f3f3f3fe2a3 |
EUC-JP | ?κ????筌 | 001111111010011011001010001111110011111100111111001111111110010010100101 | 3fa6ca3f3f3f3fe4a5 |
UTF-8 | 若κ퀓溜⑸젛筌 | 1110111110100101101101001100111010111010111011011000000010010011111011111010011110001011111000101001000110111000111011001010000010011011111001111010110110001100 | efa5b4cebaed8093efa78be291b8eca09be7ad8c |
UHC | 若κ퀓溜⑸젛筌 | 1110010110101110101001011110101010110011100010001110101011111110101010011110101110100000100101111110111110100111 | e5aea5eab388eafea9eba097efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)