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 | 霤霤[霤霤[^ | 1110100011000011111010001100001101011011111010001100001111101000110000110101101101011110 | e8c3e8c35be8c3e8c35b5e |
EUC-JP | 霤霤[霤霤[^ | 1111000011000101111100001100010101011011111100001100010111110000110001010101101101011110 | f0c5f0c55bf0c5f0c55b5e |
UTF-8 | 霤霤[霤霤[^ | 111010011001110010100100111010011001110010100100010110111110100110011100101001001110100110011100101001000101101101011110 | e99ca4e99ca45be99ca4e99ca45b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)