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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鮟麓鮟麓^ | 111010011011101110011000010110111110100110111011100110000101101101011110 | e9bb985be9bb985b5e |
EUC-JP | 鮟麓鮟麓^ | 111100101011110111001111101111001111001010111101110011111011110001011110 | f2bdcfbcf2bdcfbc5e |
UTF-8 | 鮟麓鮟麓^ | 11101001101011101001111111101001101110101001001111101001101011101001111111101001101110101001001101011110 | e9ae9fe9ba93e9ae9fe9ba935e |
UHC | 鮟麓鮟麓^ | 111001001101010111010110111001001110010011010101110101101110010001011110 | e4d5d6e4e4d5d6e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)