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 | 讓ケ髢シ鬮釘 | 11100110101010001011100111101001100101101011110011101001101010111001001101000010 | e6a8b9e996bce9ab9342 |
EUC-JP | 讓ケ髢シ鬮釘 | 111011001010101010001110101110011111000111110110100011101011110011110010101011011100010110100011 | ecaa8eb9f1f68ebcf2adc5a3 |
UTF-8 | 讓ケ髢シ鬮釘 | 111010001010111010010011111011111011110110111001111010011010101110100010111011111011110110111100111010011010110010101110111010011000011110011000 | e8ae93efbdb9e9aba2efbdbce9acaee98798 |
UHC | 讓????釘 | 1110010111010011001111110011111100111111001111111110111111111001 | e5d33f3f3f3feff9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)