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 | 壓??誼?? | 1001101011011000001111110011111110001011011000100011111100111111 | 9ad83f3f8b623f3f |
EUC-JP | 壓??誼?? | 1101010011011010001111110011111110110101110000110011111100111111 | d4da3f3fb5c33f3f |
UTF-8 | 壓꾨베誼쏙쭓 | 111001011010001110010011111010101011111010101000111010111011001010100000111010001010101010111100111011001000111110011001111011001010110110010011 | e5a393eabea8ebb2a0e8aabcec8f99ecad93 |
UHC | 壓꾨베誼쏙쭓 | 111001001110001010000100111010111011101010100011111010111111111010111101111011111010011110001011 | e4e284ebbaa3ebfebdefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)