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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 溜띕젡Y溜띕젡bE | 111011111010011110001011111010111001110110010101111011001010000010100001010110011110111110100111100010111110101110011101100101011110110010100000101000010110001001000101 | efa78beb9d95eca0a159efa78beb9d95eca0a16245 |
UHC | 溜띕젡Y溜띕젡bE | 111010101111111010110110111010111010000010011010010110011110101011111110101101101110101110100000100110100110001001000101 | eafeb6eba09a59eafeb6eba09a6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)