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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 恁れ?] | 100111001000110010000010111010100011111101011101 | 9c8c82ea3f5d |
EUC-JP | 恁れ?] | 110101111110110010100100111011000011111101011101 | d7eca4ec3f5d |
UTF-8 | 恁れ㏈] | 11100110100000011000000111100011100000101000110011100011100011111000100001011101 | e68181e3828ce38f885d |
UHC | 恁れ㏈] | 11101100111101101010101011101100101001111011110001011101 | ecf6aaeca7bc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)