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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 油?…陰 | 10010110111110110011111110000001011000111000100101000001 | 96fb3f81638941 |
EUC-JP | 油?…陰 | 11001100111111010011111110100001110001001011000110100010 | ccfd3fa1c4b1a2 |
UTF-8 | 油섎…陰 | 111001101011001010111001111011001000010010001110111000101000000010100110111010011001100110110000 | e6b2b9ec848ee280a6e999b0 |
UHC | 油섎…陰 | 1110101011111010100110001110101110100001101001101110101111100100 | eafa98eba1a6ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)