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 | Ãìú¥ | 100101111100001110001100111011001111101010100101 | 97c38cecfaa5 |
SJIS-WIN | ?????¥ | 00111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f818f |
EUC-JP | ?Ã?ìú? | 001111111000111110101010101010100011111110001111101010111100000010001111101010111110001000111111 | 3f8faaaa3f8fabc08fabe23f |
UTF-8 | Ãìú¥ | 110000101001011111000011100000111100001010001100110000111010110011000011101110101100001010100101 | c297c383c28cc3acc3bac2a5 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)