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 | 邨乗サ大享霍 | 1110011110110101100011111110011010111011100100011110010110001011100111011110100010110111 | e7b58fe6bb91e58b9de8b7 |
EUC-JP | 邨乗サ大享霍 | 111011101011011110111110111010001000111010111011110000101110011110110101111111011111000010111001 | eeb7bee88ebbc2e7b5fdf0b9 |
UTF-8 | 邨乗サ大享霍 | 111010011000001010101000111001001011100110010111111011111011110110111011111001011010010010100111111001001011101010101011111010011001110010001101 | e982a8e4b997efbdbbe5a4a7e4baabe99c8d |
UHC | 邨??大享? | 111101011011111000111111001111111101001111011110111110101011110100111111 | f5be3f3fd3defabd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)