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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 翊苟[翊苟[^ | 1110001111000010111001001001000101011011111000111100001011100100100100010101101101011110 | e3c2e4915be3c2e4915b5e |
EUC-JP | 翊苟[翊苟[^ | 1110011011000100111001111111000101011011111001101100010011100111111100010101101101011110 | e6c4e7f15be6c4e7f15b5e |
UTF-8 | 翊苟[翊苟[^ | 111001111011111110001010111010001000101110011111010110111110011110111111100010101110100010001011100111110101101101011110 | e7bf8ae88b9f5be7bf8ae88b9f5b5e |
UHC | 翊苟[翊苟[^ | 1110110011001101110011111100001001011011111011001100110111001111110000100101101101011110 | eccdcfc25beccdcfc25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)