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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 疾゚諶オシモ | 1000111010111110110111111111101110101010101101011011110011010011 | 8ebedffbaab5bcd3 |
EUC-JP | 疾゚諶オシモ | 10111100110000001000111011011111100011111101111010110101100011101011010110001110101111001000111011010011 | bcc08edf8fdeb58eb58ebc8ed3 |
UTF-8 | 疾゚諶オシモ | 111001111001011010111110111011111011111010011111111010001010101110110110111011111011110110110101111011111011110110111100111011111011111010010011 | e796beefbe9fe8abb6efbdb5efbdbcefbe93 |
UHC | 疾?諶??? | 1111001011110000001111111110010010100110001111110011111100111111 | f2f03fe4a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)