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 | 褞馴釜褞 | 1110010111110000100100111110100110001010100110001110010111110000 | e5f093e98a98e5f0 |
EUC-JP | 褞馴釜褞 | 1110101011110010110001101110101110110011111110001110101011110010 | eaf2c6ebb3f8eaf2 |
UTF-8 | 褞馴釜褞 | 111010001010010010011110111010011010011010110100111010011000011110011100111010001010010010011110 | e8a49ee9a6b4e9879ce8a49e |
UHC | ?馴釜? | 001111111110001011111000110111011011110000111111 | 3fe2f8ddbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)