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 | 謳巴[謳巴[^ | 1110011010010000100101000110001001011011111001101001000010010100011000100101101101011110 | e69094625be69094625b5e |
EUC-JP | 謳巴[謳巴[^ | 1110101111110000110001111100001101011011111010111111000011000111110000110101101101011110 | ebf0c7c35bebf0c7c35b5e |
UTF-8 | 謳巴[謳巴[^ | 111010001010110010110011111001011011011110110100010110111110100010101100101100111110010110110111101101000101101101011110 | e8acb3e5b7b45be8acb3e5b7b45b5e |
UHC | 謳巴[謳巴[^ | 1100111111000100111101111110100101011011110011111100010011110111111010010101101101011110 | cfc4f7e95bcfc4f7e95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)