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 | ゙邇ォア」 | 1111001010110110110111101110011110001110101010111011000110100011 | f2b6dee78eabb1a3 |
EUC-JP | ?゙邇ォア」 | 0011111110001110110111101110110111101110100011101010101110001110101100011000111010100011 | 3f8edeedee8eab8eb18ea3 |
UTF-8 | ゙邇ォア」 | 111011101000011110101101111011111011111010011110111010011000001010000111111011111011110110101011111011111011110110110001111011111011110110100011 | ee87adefbe9ee98287efbdabefbdb1efbda3 |
UHC | ??邇??? | 00111111001111111110110011000100001111110011111100111111 | 3f3fecc43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)