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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | ??ŀ??B | 0011111100111111100011111010100111001001001111110011111101000010 | 3f3f8fa9c93f3f42 |
UTF-8 | 溜븐ŀ溜켚B | 111011111010011110001011111010111011100010010000110001011000000011101111101001111000101111101100101111001001101001000010 | efa78bebb890c580efa78becbc9a42 |
UHC | 溜븐ŀ溜켚B | 1110101011111110101110101110110010101001101010001110101011111110101100010101001101000010 | eafebaeca9a8eafeb15342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)