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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 娃??揖? | 10001000101000010011111100111111100101110100101100111111 | 88a13f3f974b3f |
EUC-JP | 娃??揖? | 10110000101000110011111100111111110011011010110000111111 | b0a33f3fcdac3f |
UTF-8 | 娃숇뙋揖퍱 | 111001011010100010000011111011001000100010000111111010111001100110001011111001101000111110010110111011011000110110110001 | e5a883ec8887eb998be68f96ed8db1 |
UHC | 娃숇뙋揖퍱 | 11101000110111111001100111101011100011001001000011101011111001111011110001001000 | e8df99eb8c90ebe7bc48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)