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 | 蠎包ス嬢鯵隱 | 1110010110111010100101011110111110111101100011111110110010001000101100011110100010101010 | e5ba95efbd8fec88b1e8aa |
EUC-JP | 蠎包ス嬢鯵隱 | 111010101011110011001010111100011000111010111101101111101110111010110000101100111111000010101100 | eabccaf18ebdbeeeb0b3f0ac |
UTF-8 | 蠎包ス嬢鯵隱 | 111010001010000010001110111001011000110010000101111011111011110110111101111001011010110010100010111010011010111110110101111010011001101010110001 | e8a08ee58c85efbdbde5aca2e9afb5e99ab1 |
UHC | ?包???隱 | 0011111111111000110100000011111100111111001111111110101111011111 | 3ff8d03f3f3febdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)