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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 永??悠?F | 1000100101101001001111110011111110010111010010010011111101000110 | 89693f3f97493f46 |
EUC-JP | 永??悠?F | 1011000111001010001111110011111111001101101010100011111101000110 | b1ca3f3fcdaa3f46 |
UTF-8 | 永띔퇌悠툫F | 11100110101100001011100011101011100111011001010011101101100001111000110011100110100000101010000011101101100010001010101101000110 | e6b0b8eb9d94ed878ce682a0ed88ab46 |
UHC | 永띔퇌悠툫F | 1110011110110101101101101110101010110111100111011110101011101101101110010100001001000110 | e7b5b6eab79deaedb94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)