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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?μ???? | 00111111100000111100101000111111001111110011111100111111 | 3f83ca3f3f3f3f |
EUC-JP | ?μ???? | 00111111101001101100110000111111001111110011111100111111 | 3fa6cc3f3f3f3f |
UTF-8 | 列μ꼯留쒐맧 | 1110111110100110100111001100111010111100111010101011110010101111111011111010011110001101111011001001001010010000111010111010011110100111 | efa69ccebceabcafefa78dec9290eba7a7 |
UHC | 列μ꼯留쒐맧 | 111001101110101010100101111011001000010010001010111010111010011110011100111001111001000010110000 | e6eaa5ec848aeba79ce790b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)