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 | 1110011110110001111010100110001101011001111001111011000111101010011000110110001001000101 | e7b1ea6359e7b1ea636245 |
EUC-JP | 邀鹹Y邀鹹bE | 1110111010110011111100111100010001011001111011101011001111110011110001000110001001000101 | eeb3f3c459eeb3f3c46245 |
UTF-8 | 邀鹹Y邀鹹bE | 111010011000001010000000111010011011100110111001010110011110100110000010100000001110100110111001101110010110001001000101 | e98280e9b9b959e98280e9b9b96245 |
UHC | 邀鹹Y邀鹹bE | 1110100110101101111110011110100101011001111010011010110111111001111010010110001001000101 | e9adf9e959e9adf9e96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)