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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逋イム喜亮萓 | 11100111100110011011001011010001100010101110110010010111101110101110010010111110 | e799b2d18aec97bae4be |
EUC-JP | 逋イム喜亮萓 | 111011011111100110001110101100101000111011010001101101001110111011001110101111001110100011000000 | edf98eb28ed1b4eecebce8c0 |
UTF-8 | 逋イム喜亮萓 | 111010011000000010001011111011111011110110110010111011111011111010010001111001011001011010011100111001001011101010101110111010001001000010010011 | e9808befbdb2efbe91e5969ce4baaee89093 |
UHC | 逋??喜亮? | 111110001110011100111111001111111111110111101100110101011101010100111111 | f8e73f3ffdecd5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)