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 | ?蝦荊?? | 00111111100010011101101010001100011101000011111100111111 | 3f89da8c743f3f |
EUC-JP | ?蝦荊?? | 00111111101100101101110010110111110101010011111100111111 | 3fb2dcb7d53f3f |
UTF-8 | 뤋蝦荊쭖퇑 | 111010111010010010001011111010001001110110100110111010001000110110001010111011001010110110010110111011011000011110010001 | eba48be89da6e88d8aecad96ed8791 |
UHC | 뤋蝦荊쭖퇑 | 10001111101110111111100111000100111110111010101010100111100011101011100001000010 | 8fbbf9c4fbaaa78eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)