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 | 譫深譫深^ | 111001101001111010010000010110111110011010011110100100000101101101011110 | e69e905be69e905b5e |
EUC-JP | 譫深譫深^ | 111010111111111010111111101111001110101111111110101111111011110001011110 | ebfebfbcebfebfbc5e |
UTF-8 | 譫深譫深^ | 11101000101011011010101111100110101101111011000111101000101011011010101111100110101101111011000101011110 | e8adabe6b7b1e8adabe6b7b15e |
UHC | ?深?深^ | 00111111111001001010001000111111111001001010001001011110 | 3fe4a23fe4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)