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 | 逋鯉ヲソ^ | 11100111100110011000110011101111101001101011111101011110 | e7998cefa6bf5e |
EUC-JP | 逋鯉ヲソ^ | 111011011111100110111000111100011000111010100110100011101011111101011110 | edf9b8f18ea68ebf5e |
UTF-8 | 逋鯉ヲソ^ | 11101001100000001000101111101001101011111000100111101111101111011010011011101111101111011011111101011110 | e9808be9af89efbda6efbdbf5e |
UHC | 逋鯉??^ | 11111000111001111101011111101111001111110011111101011110 | f8e7d7ef3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)