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 | 粧゚熾韃 | 10001111110011111101111111100000100101011110100011100101 | 8fcfdfe095e8e5 |
EUC-JP | 粧゚熾韃 | 1011111011010001100011101101111111011111111101011111000011100111 | bed18edfdff5f0e7 |
UTF-8 | 粧゚熾韃 | 111001111011001010100111111011111011111010011111111001111000011010111110111010011001111110000011 | e7b2a7efbe9fe786bee99f83 |
UHC | 粧?熾? | 111011011111001000111111111101101011111100111111 | edf23ff6bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)