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 | 逎ル繍蟷 | 1110011110100011100000111000101110001111010010101110010110111001 | e7a3838b8f4ae5b9 |
EUC-JP | 逎ル繍蟷 | 1110111010100101101001011110101110111101101010111110101010111011 | eea5a5ebbdabeabb |
UTF-8 | 逎ル繍蟷 | 111010011000000010001110111000111000001110101011111001111011100110001101111010001001111110110111 | e9808ee383abe7b98de89fb7 |
UHC | ?ル?? | 0011111110101011111010110011111100111111 | 3fabeb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)