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 | 濟?猿??? | 1110000001011010001111111000100110001110001111110011111100111111 | e05a3f898e3f3f3f |
EUC-JP | 濟?猿??? | 1101111110111011001111111011000111101110001111110011111100111111 | dfbb3fb1ee3f3f3f |
UTF-8 | 濟렋猿숄렰렡 | 111001101011111110011111111010111010000010001011111001111000110010111111111011001000100010000100111010111010000010110000111010111010000010100001 | e6bf9feba08be78cbfec8884eba0b0eba0a1 |
UHC | 濟렋猿숄렰렡 | 111100001010110110001110101000101110101010111011101111001111000110001110101111011000111010110010 | f0ad8ea2eabbbcf18ebd8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)