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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 溜븐뙗i溜븐뙗iB | 111011111010011110001011111010111011100010010000111010111001100110010111011010011110111110100111100010111110101110111000100100001110101110011001100101110110100101000010 | efa78bebb890eb999769efa78bebb890eb99976942 |
UHC | 溜븐뙗i溜븐뙗iB | 111010101111111010111010111011001000110010011100011010011110101011111110101110101110110010001100100111000110100101000010 | eafebaec8c9c69eafebaec8c9c6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)