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 | ëæ¥sLB | 111010111110011010100101011100110100110001000010 | ebe6a5734c42 |
SJIS-WIN | ??¥sLB | 00111111001111111000000110001111011100110100110001000010 | 3f3f818f734c42 |
EUC-JP | ëæ?sLB | 10001111101010111011001110001111101010011100000100111111011100110100110001000010 | 8fabb38fa9c13f734c42 |
UTF-8 | ëæ¥sLB | 110000111010101111000011101001101100001010100101011100110100110001000010 | c3abc3a6c2a5734c42 |
UHC | ?æ?sLB | 00111111101010011010000100111111011100110100110001000010 | 3fa9a13f734c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)