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 | 粧??臟 | 100011111100111100111111001111111110010001100110 | 8fcf3f3fe466 |
EUC-JP | 粧??臟 | 101111101101000100111111001111111110011111000111 | bed13f3fe7c7 |
UTF-8 | 粧됳뼅臟 | 111001111011001010100111111010111001000010110011111010111011110010000101111010001000011110011111 | e7b2a7eb90b3ebbc85e8879f |
UHC | 粧됳뼅臟 | 1110110111110010100010011110111010010110100011111110110111110100 | edf289ee968fedf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)