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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 迢筑Y迢筑bE | 1110011110001011100100100111110101011001111001111000101110010010011111010110001001000101 | e78b927d59e78b927d6245 |
EUC-JP | 迢筑Y迢筑bE | 1110110111101011110000111101111001011001111011011110101111000011110111100110001001000101 | edebc3de59edebc3de6245 |
UTF-8 | 迢筑Y迢筑bE | 111010001011111110100010111001111010110110010001010110011110100010111111101000101110011110101101100100010110001001000101 | e8bfa2e7ad9159e8bfa2e7ad916245 |
UHC | ?筑Y?筑bE | 001111111111010111101000010110010011111111110101111010000110001001000101 | 3ff5e8593ff5e86245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)