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 | 碼碼[碼碼[^ | 1110000111111001111000011111100101011011111000011111100111100001111110010101101101011110 | e1f9e1f95be1f9e1f95b5e |
EUC-JP | 碼碼[碼碼[^ | 1110001011111011111000101111101101011011111000101111101111100010111110110101101101011110 | e2fbe2fb5be2fbe2fb5b5e |
UTF-8 | 碼碼[碼碼[^ | 111001111010001010111100111001111010001010111100010110111110011110100010101111001110011110100010101111000101101101011110 | e7a2bce7a2bc5be7a2bce7a2bc5b5e |
UHC | 碼碼[碼碼[^ | 1101100010100111110110001010011101011011110110001010011111011000101001110101101101011110 | d8a7d8a75bd8a7d8a75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)