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 | ?畢幀蹄 | 00111111100101010100110010011011111010101001001011111011 | 3f954c9bea92fb |
EUC-JP | ?畢幀蹄 | 00111111110010011010110111010110111011001100010011111101 | 3fc9add6ecc4fd |
UTF-8 | 뤋畢幀蹄 | 111010111010010010001011111001111001010110100010111001011011100110000000111010001011100110000100 | eba48be795a2e5b980e8b984 |
UHC | 뤋畢幀蹄 | 1000111110111011111110011011010011101111110100111111000010110100 | 8fbbf9b4efd3f0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)