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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艸の祉 | 111001001000011110000010110011001000111010000011 | e48782cc8e83 |
EUC-JP | 艸の祉 | 111001111110011110100100110011101011101111100011 | e7e7a4cebbe3 |
UTF-8 | 艸の祉 | 111010001000100110111000111000111000000110101110111001111010010110001001 | e889b8e381aee7a589 |
UHC | 艸の祉 | 111101011010110010101010110011101111001010110011 | f5acaacef2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)