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 | ???遜 | 0011111100111111001111111001000110111011 | 3f3f3f91bb |
EUC-JP | ???遜 | 0011111100111111001111111100001010111101 | 3f3f3fc2bd |
UTF-8 | 拾뙄둊遜 | 111011111010010110110011111010111001100110000100111010111001000110001010111010011000000110011100 | efa5b3eb9984eb918ae9819c |
UHC | 拾뙄둊遜 | 1110010010101001100011001000101010001010010001101110000111100001 | e4a98c8a8a46e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)