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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 多贈遜即 | 1001000110111101100100011010000110010001101110111001000110100110 | 91bd91a191bb91a6 |
EUC-JP | 多贈遜即 | 1100001010111111110000101010001111000010101111011100001010101000 | c2bfc2a3c2bdc2a8 |
UTF-8 | 多贈遜即 | 111001011010010010011010111010001011010010001000111010011000000110011100111001011000110110110011 | e5a49ae8b488e9819ce58db3 |
UHC | 多贈遜? | 11010010111111011111000111111100111000011110000100111111 | d2fdf1fce1e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)