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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 丹探村俗H | 100100100100111110010010010101001001000110111010100100011010110101001000 | 924f925491ba91ad48 |
EUC-JP | 丹探村俗H | 110000111011000011000011101101011100001010111100110000101010111101001000 | c3b0c3b5c2bcc2af48 |
UTF-8 | 丹探村俗H | 11100100101110001011100111100110100011101010001011100110100111011001000111100100101111111001011101001000 | e4b8b9e68ea2e69d91e4bf9748 |
UHC | 丹探村俗H | 110100111010000111110111101011101111010110111101111000011101010001001000 | d3a1f7aef5bde1d448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)