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 | 蠎包ス嬢俺蠎 | 1110010110111010100101011110111110111101100011111110110010001001101101001110010110111010 | e5ba95efbd8fec89b4e5ba |
EUC-JP | 蠎包ス嬢俺蠎 | 111010101011110011001010111100011000111010111101101111101110111010110010101101101110101010111100 | eabccaf18ebdbeeeb2b6eabc |
UTF-8 | 蠎包ス嬢俺蠎 | 111010001010000010001110111001011000110010000101111011111011110110111101111001011010110010100010111001001011111110111010111010001010000010001110 | e8a08ee58c85efbdbde5aca2e4bfbae8a08e |
UHC | ?包??俺? | 0011111111111000110100000011111100111111111001011110111100111111 | 3ff8d03f3fe5ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)