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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 烏l?艤? | 1000100101000111100000101000110000111111111001000111111000111111 | 8947828c3fe47e3f |
EUC-JP | 烏l?艤? | 1011000110101000101000111110110000111111111001111101111100111111 | b1a8a3ec3fe7df3f |
UTF-8 | 烏l빘艤숥 | 111001111000001110001111111011111011110110001100111010111011100110011000111010001000100110100100111011001000100010100101 | e7838fefbd8cebb998e889a4ec88a5 |
UHC | 烏l빘艤숥 | 11101000101000011010001111101100100101011011100111101011111110101001101001000010 | e8a1a3ec95b9ebfa9a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)