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 | 霆゙螢鈑竡ッ | 11101000101110111101111011100101101000111110011111100101111000101000111010101111 | e8bbdee5a3e7e5e28eaf |
EUC-JP | 霆゙螢鈑竡ッ | 111100001011110110001110110111101110101010100101111011101110011111100011111011101000111010101111 | f0bd8edeeaa5eee7e3ee8eaf |
UTF-8 | 霆゙螢鈑竡ッ | 111010011001110010000110111011111011111010011110111010001001111010100010111010011000100010010001111001111010101110100001111011111011110110101111 | e99c86efbe9ee89ea2e98891e7aba1efbdaf |
UHC | 霆?螢鈑?? | 111011111111110100111111111110111010101111110111111111100011111100111111 | effd3ffbabf7fe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)