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 | 1110011010000000100110010111110101011001111001101000000010011001011111010110001001000101 | e680997d59e680997d6245 |
EUC-JP | 諤凩Y諤凩bE | 1110101111100000110100011101111001011001111010111110000011010001110111100110001001000101 | ebe0d1de59ebe0d1de6245 |
UTF-8 | 諤凩Y諤凩bE | 111010001010101110100100111001011000011110101001010110011110100010101011101001001110010110000111101010010110001001000101 | e8aba4e587a959e8aba4e587a96245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)