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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 驍ら距諡ャ^ | 11101001100000101000001011100111100010111001011111100110100010111010110001011110 | e98282e78b97e68bac5e |
EUC-JP | 驍ら距諡ャ^ | 1111000111100010101001001110100110110101111101111110101111101011100011101010110001011110 | f1e2a4e9b5f7ebeb8eac5e |
UTF-8 | 驍ら距諡ャ^ | 11101001101010011000110111100011100000101000100111101000101101111001110111101000101010111010000111101111101111011010110001011110 | e9a98de38289e8b79de8aba1efbdac5e |
UHC | 驍ら距諡?^ | 11111101101001001010101011101001110010111110010111100011110011010011111101011110 | fda4aae9cbe5e3cd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)