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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 浩???詭\ | 1000110101011111001111110011111100111111111001100110101101011100 | 8d5f3f3f3fe66b5c |
EUC-JP | 浩???詭\ | 1011100111000000001111110011111100111111111010111100110001011100 | b9c03f3f3febcc5c |
UTF-8 | 浩렔롋빛詭\ | 11100110101101011010100111101011101000001001010011101011101000011000101111101011101110011001101111101000101010011010110101011100 | e6b5a9eba094eba18bebb99be8a9ad5c |
UHC | 浩렔롋빛詭\ | 1111101111000111100011101010100110001110110100011011101011111011110011111111100001011100 | fbc78ea98ed1bafbcff85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)