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 | 簇葛?蹟 | 11100010110001101000101010001011001111111001000011010110 | e2c68a8b3f90d6 |
EUC-JP | 簇葛?蹟 | 11100100110010001011001111101011001111111100000011011000 | e4c8b3eb3fc0d8 |
UTF-8 | 簇葛쏭蹟 | 111001111011000010000111111010001001000110011011111011001000111110101101111010001011100110011111 | e7b087e8919bec8fade8b99f |
UHC | 簇葛쏭蹟 | 1111000011101010110010101110011110111101111101101110111011100111 | f0eacae7bdf6eee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)