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 | 0011111100111111011000000111110101011001001111110011111101100000011111010110001001000101 | 3f3f607d593f3f607d6245 |
SJIS-WIN | ??`}Y??`}bE | 0011111100111111011000000111110101011001001111110011111101100000011111010110001001000101 | 3f3f607d593f3f607d6245 |
EUC-JP | ??`}Y??`}bE | 0011111100111111011000000111110101011001001111110011111101100000011111010110001001000101 | 3f3f607d593f3f607d6245 |
UTF-8 | 쒔렋`}Y쒔렋`}bE | 11101100100100101001010011101011101000001000101101100000011111010101100111101100100100101001010011101011101000001000101101100000011111010110001001000101 | ec9294eba08b607d59ec9294eba08b607d6245 |
UHC | 쒔렋`}Y쒔렋`}bE | 101111101010110110001110101000100110000001111101010110011011111010101101100011101010001001100000011111010110001001000101 | bead8ea2607d59bead8ea2607d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)