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 | 幽?? | 10010111010010000011111100111111 | 97483f3f |
EUC-JP | 幽?? | 11001101101010010011111100111111 | cda93f3f |
UTF-8 | 幽뉑뵖 | 111001011011100110111101111010111000100110010001111010111011010110010110 | e5b9bdeb8991ebb596 |
UHC | 幽뉑뵖 | 111010101110101110000111111001101001010010011000 | eaeb87e69498 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)