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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???揖?? | 00111111001111110011111110010111010010110011111100111111 | 3f3f3f974b3f3f |
EUC-JP | 濚??揖?? | 100011111100100110100001001111110011111111001101101011000011111100111111 | 8fc9a13f3fcdac3f3f |
UTF-8 | 濚욎꼶揖쇗꼮 | 111001101011111110011010111011001001101010001110111010101011110010110110111001101000111110010110111011001000011110010111111010101011110010101110 | e6bf9aec9a8eeabcb6e68f96ec8797eabcae |
UHC | 濚욎꼶揖쇗꼮 | 111001111011100110011110111011001000010010001110111010111110011110111100111001101000010010001001 | e7b99eec848eebe7bce68489 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)