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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驗よウ梧イ | 1110100110000100100000101110011010110011100011001110011010110010 | e98482e6b38ce6b2 |
EUC-JP | 驗よウ梧イ | 11110001111001001010010011101000100011101011001110111000111010001000111010110010 | f1e4a4e88eb3b8e88eb2 |
UTF-8 | 驗よウ梧イ | 111010011010100110010111111000111000001010001000111011111011110110110011111001101010001010100111111011111011110110110010 | e9a997e38288efbdb3e6a2a7efbdb2 |
UHC | 驗よ?梧? | 1111101011010000101010101110100000111111111001111111110000111111 | fad0aae83fe7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)