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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 冗??肉ゆ? | 100011111110011100111111001111111001001111110111100000101110010000111111 | 8fe73f3f93f782e43f |
EUC-JP | 冗??肉ゆ? | 101111101110100100111111001111111100011011111001101001001110011000111111 | bee93f3fc6f9a4e63f |
UTF-8 | 冗밴퀎肉ゆ룚 | 111001011000011010010111111010111011000010110100111011011000000010001110111010001000001010001001111000111000001010000110111010111010001110011010 | e58697ebb0b4ed808ee88289e38286eba39a |
UHC | 冗밴퀎肉ゆ룚 | 111010011011011110111001111010101011001110000100111010111011111110101010111001101000111110010110 | e9b7b9eab384ebbfaae68f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)