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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鐔常什 | 111010000101110010001111111011011000111101011001 | e85c8fed8f59 |
EUC-JP | 鐔常什 | 111011111011110110111110111011111011110110111010 | efbdbeefbdba |
UTF-8 | 鐔常什 | 111010011001000010010100111001011011100010111000111001001011101110000000 | e99094e5b8b8e4bb80 |
UHC | ?常什 | 0011111111011111110010001110010010100111 | 3fdfc8e4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)