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 | 烝?肄?? | 11100000011111100011111111100011111001010011111100111111 | e07e3fe3e53f3f |
EUC-JP | 烝?肄?? | 11011111110111110011111111100110111001110011111100111111 | dfdf3fe6e73f3f |
UTF-8 | 烝렱肄흗밥 | 111001111000001110011101111010111010000010110001111010001000001010000100111011011001110110010111111010111011000010100101 | e7839deba0b1e88284ed9d97ebb0a5 |
UHC | 烝렱肄흗밥 | 11110001111101101000111010111110111011001011110111001000111010011011100111100100 | f1f68ebeecbdc8e9b9e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)