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 | 1110011110001010100100100111110101011001111001111000101010010010011111010110001001000101 | e78a927d59e78a927d6245 |
EUC-JP | 迥筑Y迥筑bE | 1110110111101010110000111101111001011001111011011110101011000011110111100110001001000101 | edeac3de59edeac3de6245 |
UTF-8 | 迥筑Y迥筑bE | 111010001011111110100101111001111010110110010001010110011110100010111111101001011110011110101101100100010110001001000101 | e8bfa5e7ad9159e8bfa5e7ad916245 |
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)