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 | 驍ら距蝓 | 1110100110000010100000101110011110001011100101111110010110011111 | e98282e78b97e59f |
EUC-JP | 驍ら距蝓 | 1111000111100010101001001110100110110101111101111110101010100001 | f1e2a4e9b5f7eaa1 |
UTF-8 | 驍ら距蝓 | 111010011010100110001101111000111000001010001001111010001011011110011101111010001001110110010011 | e9a98de38289e8b79de89d93 |
UHC | 驍ら距? | 11111101101001001010101011101001110010111110010100111111 | fda4aae9cbe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)