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 | ?μ????? | 0011111110000011110010100011111100111111001111110011111100111111 | 3f83ca3f3f3f3f3f |
EUC-JP | ?μ????? | 0011111110100110110011000011111100111111001111110011111100111111 | 3fa6cc3f3f3f3f3f |
UTF-8 | 嶪μ퓼溜⑸씍溜 | 1110010110110110101010101100111010111100111011011001001110111100111011111010011110001011111000101001000110111000111011001001010010001101111011111010011110001011 | e5b6aacebced93bcefa78be291b8ec948defa78b |
UHC | 嶪μ퓼溜⑸씍溜 | 1110010111110101101001011110110010111111101000001110101011111110101010011110101110011101101001001110101011111110 | e5f5a5ecbfa0eafea9eb9da4eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)