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 | 圓?? | 10011010101000100011111100111111 | 9aa23f3f |
EUC-JP | 圓?? | 11010100101001000011111100111111 | d4a43f3f |
UTF-8 | 圓ㅷ렜 | 111001011001110010010011111000111000010110110111111010111010000010011100 | e59c93e385b7eba09c |
UHC | 圓ㅷ렜 | 111010101010110110100100111001111000111010101110 | eaada4e78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)