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 | 隲ア繧遺旺^ | 11101000101010111011000111100011100000101000100011100010100010011010000001011110 | e8abb1e38288e289a05e |
EUC-JP | 隲ア繧遺旺^ | 1111000010101101100011101011000111100101111000101011000011100100101100101010001001011110 | f0ad8eb1e5e2b0e4b2a25e |
UTF-8 | 隲ア繧遺旺^ | 11101001100110101011001011101111101111011011000111100111101110011010011111101001100000011011101011100110100101111011101001011110 | e99ab2efbdb1e7b9a7e981bae697ba5e |
UHC | ???遺旺^ | 0011111100111111001111111110101110110110111010001101101001011110 | 3f3f3febb6e8da5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)