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 | 羞惹寛 | 111000111011010110001110111001001000101010110000 | e3b58ee48ab0 |
EUC-JP | 羞惹寛 | 111001101011011110111100111001101011010010110010 | e6b7bce6b4b2 |
UTF-8 | 羞惹寛 | 111001111011111010011110111001101000001110111001111001011010111110011011 | e7be9ee683b9e5af9b |
UHC | 羞惹? | 1110001010111010111001011010100100111111 | e2bae5a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)