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 | 黑アノ黑 | 111111000100101110110001110010011111110001001011 | fc4bb1c9fc4b |
EUC-JP | ?アノ? | 001111111000111010110001100011101100100100111111 | 3f8eb18ec93f |
UTF-8 | 黑アノ黑 | 111010011011101110010001111011111011110110110001111011111011111010001001111010011011101110010001 | e9bb91efbdb1efbe89e9bb91 |
UHC | 黑??黑 | 111111011101100100111111001111111111110111011001 | fdd93f3ffdd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)