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 | ?±??^ | 0011111110110001001111110011111101011110 | 3fb13f3f5e |
SJIS-WIN | 驍±驍+^ | 111010011000001010000001011111011110100110000010100000010111101101011110 | e982817de982817b5e |
EUC-JP | 驍±驍+^ | 111100011110001010100001110111101111000111100010101000011101110001011110 | f1e2a1def1e2a1dc5e |
UTF-8 | 驍±驍+^ | 111010011010100110001101110000101011000111101001101010011000110111101111101111001000101101011110 | e9a98dc2b1e9a98defbc8b5e |
UHC | 驍±驍+^ | 111111011010010010100001101111101111110110100100101000111010101101011110 | fda4a1befda4a3ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)