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 | 淋μ쮰泥숈쭠淋 | 1110111110100111101101011100111010111100111011001010111010110000111011111010011110100011111011001000100010001000111011001010110110100000111011111010011110110101 | efa7b5cebcecaeb0efa7a3ec8888ecada0efa7b5 |
UHC | 淋μ쮰泥숈쭠淋 | 1110110011111000101001011110110010101000100011011110110010110010100110011110110010100111100101011110110011111000 | ecf8a5eca88decb299eca795ecf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)