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 | 靭冪?? | 100100000111100010011001011100000011111100111111 | 907899703f3f |
EUC-JP | 靭冪?? | 101111111101100111010001110100010011111100111111 | bfd9d1d13f3f |
UTF-8 | 靭冪렱ㅷ | 111010011001110110101101111001011000011010101010111010111010000010110001111000111000010110110111 | e99dade586aaeba0b1e385b7 |
UHC | 靭冪렱ㅷ | 1110110011100101110110001111000110001110101111101010010011100111 | ece5d8f18ebea4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)