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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 沚懶?? | 100111111000110110011100111011110011111100111111 | 9f8d9cef3f3f |
EUC-JP | 沚懶?? | 110111011110110111011000111100010011111100111111 | ddedd8f13f3f |
UTF-8 | 沚懶異뤈 | 111001101011001010011010111001101000011110110110111011111010010110100010111010111010010010001000 | e6b29ae687b6efa5a2eba488 |
UHC | 沚懶異뤈 | 1111001010101111110101001111101111010111111001001000111110111000 | f2afd4fbd7e48fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)