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 | 爾雫 | 1111000011000010100011101010001011110001111011101000111010110100 | f0c28ea2f1ee8eb4 |
EUC-JP | ?爾?雫 | 001111111011110010100100001111111011110010110110 | 3fbca43fbcb6 |
UTF-8 | 爾雫 | 111011101000001010000001111001111000100010111110111011101000010110101001111010011001101110101011 | ee8281e788beee85a9e99bab |
UHC | ?爾?? | 0011111111101100101100110011111100111111 | 3fecb33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)