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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ?匿??∮E | 0011111110010011101111010011111100111111100001111001001101000101 | 3f93bd3f3f879345 |
EUC-JP | ?匿???E | 00111111110001101011111100111111001111110011111101000101 | 3fc6bf3f3f3f45 |
UTF-8 | 룵匿룶콓∮E | 11101011101000111011010111100101100011001011111111101011101000111011011011101100101111011001001111100010100010001010111001000101 | eba3b5e58cbfeba3b6ecbd93e288ae45 |
UHC | 룵匿룶콓∮E | 1000111110101010110100101111101110001111101010111011000110001111101000101011000101000101 | 8faad2fb8fabb18fa2b145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)